Skip to content

Commit

Permalink
Tag fix: #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom N. committed Nov 28, 2024
1 parent ab46ca8 commit 4665597
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push the Docker image for KNP build
uses: docker/build-push-action@v6
env:
DOCKERHUB_LOGIN: ${{ vars.DOCKERHUB_LOGIN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
platforms: linux/amd64,linux/arm64
context: "{{defaultContext}}:docker/build-image"
load: true
push: true
tags: $DOCKERHUB_LOGIN/knp-build-image:latest
tags: ${{ vars.DOCKERHUB_LOGIN }}/knp-build-image:latest
timeout-minutes: 180
continue-on-error: false

0 comments on commit 4665597

Please sign in to comment.