Skip to content

Commit

Permalink
fix wrong quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao authored Aug 5, 2024
1 parent 8b78ff9 commit 4039912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: Extra image tag branch
if: ${{ github.ref_type != 'tag' }}
run: |
echo "EXTRA_TAG='ref,event=branch'" >> "$GITHUB_ENV"
echo "EXTRA_TAG=ref,event=branch" >> "$GITHUB_ENV"
- name: Extra image tag release
if: ${{ github.ref_type == 'tag' }}
run: |
echo "EXTRA_TAG='raw,main'" >> "$GITHUB_ENV"
echo "EXTRA_TAG=raw,main" >> "$GITHUB_ENV"
- name: Docker meta
id: docker_meta
Expand Down

0 comments on commit 4039912

Please sign in to comment.