Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
patstevens4 committed Jun 27, 2023
1 parent 7e152cc commit 7c7e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/[email protected]
with:
context: ./package
file: ./package/Dockerfile-multi
file: ./package/src/main/docker/Dockerfile-multi
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPOSITORY }}/${{ env.IMAGE_NAME }}:${{env.TAG}}

0 comments on commit 7c7e778

Please sign in to comment.