Skip to content

Commit

Permalink
Docker image build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 6, 2024
1 parent 1650874 commit 5bbcac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build the Docker image for KNP build
working-directory: docker/build-image
run: |
docker build . --file Dockerfile --tag $DOCKERHUB_LOGIN/knp-build-image && \
docker push $DOCKERHUB_LOGIN/knp-build-image
docker build . --file Dockerfile --tag ${{ vars.DOCKERHUB_LOGIN }}/knp-build-image && \
docker push ${{ vars.DOCKERHUB_LOGIN }}/knp-build-image
timeout-minutes: 180 # Adjust the timeout as needed
continue-on-error: false

0 comments on commit 5bbcac5

Please sign in to comment.