Skip to content

Commit

Permalink
Fixed publish action (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen authored Apr 19, 2024
1 parent 90a76bc commit 128eff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v3
with:
file: ./source/Dockerfile
context: .
context: ./source
push: true
build-args: version=${{ github.ref_name }}
tags: |
Expand Down

0 comments on commit 128eff6

Please sign in to comment.