Skip to content

Commit

Permalink
fix : docker file context
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Jan 23, 2024
1 parent 419a368 commit 11139c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/consumer-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ${{ env.DOCKER_FILE_PATH }}
file: ${{ env.DOCKER_FILE_NAME }}
# file: ${{ env.DOCKER_FILE_NAME }}
platforms: linux/amd64,linux/arm64
tags: docker.io/${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
outputs: type=oci,dest=/tmp/image.tar
Expand Down

0 comments on commit 11139c1

Please sign in to comment.