diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index fa5c43ff..224e661e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -28,8 +28,8 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Build the image - run: docker build . --file ./docker/Dockerfile --tag lbr38/repomanager:$VERSION + run: docker build . --file ./docker/Dockerfile --tag lbr38/repomanager:latest - name: Push the image run: | - docker push lbr38/repomanager:$VERSION + docker push lbr38/repomanager:latest