Updated github action to push docker image after building.

This commit is contained in:
Geoff Taylor 2021-10-15 12:24:12 +01:00
parent a2d17432b6
commit c94eb87de3
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Build the Docker image
run: make docker-build
run: make docker