Skip to content

Commit

Permalink
chore: fix typo in github action syntax (#259)
Browse files Browse the repository at this point in the history
Change-Id: I1a442722be4e06df922975b059cd2d18c08f0306

Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Jul 11, 2023
1 parent bb7a93f commit 8edbd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
registry: quay.io
- id: vars
shell: bash
run: echo "sha_short=$(git rev-parse --short HEAD)" >> &GITHUB_OUTPUT
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build and push both short SHA tag and next tag
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 8edbd3f

Please sign in to comment.