Skip to content

Commit

Permalink
Fixed path to Dockerfile in release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlynn committed Dec 28, 2020
1 parent d6027e9 commit 2504d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo ::set-output name=build_args::--platform ${PLATFORMS} \
${BUILD_ARGS} \
${LABELS} \
./Dockerfile
.
- name: Setup Buildx
uses: crazy-max/[email protected]
- name: Build image
Expand Down

0 comments on commit 2504d3c

Please sign in to comment.