Skip to content

Commit

Permalink
ci: fix file name
Browse files Browse the repository at this point in the history
docs lied to me
  • Loading branch information
CodingKoopa committed Jan 10, 2024
1 parent 47fb730 commit 0e683e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: 'docker/build-push-action@v5'
with:
context: '.'
file: '{context}/Dockerfile.pnpm'
file: '{{context}}/Dockerfile.pnpm'
platforms: 'linux/amd64,linux/arm64'
# TODO
push: 'false'

0 comments on commit 0e683e6

Please sign in to comment.