Skip to content

Commit

Permalink
fix: context in docker action
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 3, 2024
1 parent 533e599 commit 6ca5e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: push-ghcr
uses: docker/[email protected]
with:
context: ./Containerfile
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.IMAGE_NAME }}:main

Expand Down

0 comments on commit 6ca5e9c

Please sign in to comment.