Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
Explicitly use actions/Dockerfile
  • Loading branch information
curtishall authored Jan 8, 2025
1 parent f26f45f commit da83544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
uses: docker/build-push-action@v4
with:
#working-directory: server/
context: "{{defaultContext}}:actions"
context: ./actions
dockerfile: ./actions/Dockerfile
# context: "{{defaultContext}}:actions"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit da83544

Please sign in to comment.