Skip to content

Commit

Permalink
Remove extra quote in script
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed Dec 16, 2024
1 parent 2b71632 commit 14fe466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-custom-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
shell: bash
run: |
make -C custombuild build-image TARGET=$TARGET BUILD_ARCH=amd64 PUSH_IMAGE=true IMAGE_NAME=$IMAGE_NAME EXTRA_BUILD_OPTS="--ssh=default"
make -C custombuild tag-image SOURCE_ARCHS=amd64 IMAGE_NAME=$IMAGE_NAME"
make -C custombuild tag-image SOURCE_ARCHS=amd64 IMAGE_NAME=$IMAGE_NAME
- name: docker logout
if: ${{ always() }}
env:
Expand Down

0 comments on commit 14fe466

Please sign in to comment.