Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Aug 28, 2024
1 parent 02badf0 commit 1732487
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker images
uses: docker/buildx-action@v2
with:
args: |
--platform linux/amd64,linux/arm64
--push
-t myusername/myimage:latest
-t myusername/myimage:${{ env.VERSION }}
.
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--tag touk/nussknacker-example-scenarios-library:latest \
--tag touk/nussknacker-example-scenarios-library:${{ env.VERSION }} \
--push .

0 comments on commit 1732487

Please sign in to comment.