Skip to content

Commit

Permalink
🔧 Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Oct 19, 2023
1 parent d4af8fe commit 0a43d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ steps.auth.outputs.access_token }}
- name: Create Tag
id: create-tag
run: echo 'tag=${github.sha:0:7}' >> $GITHUB_OUTPUT
run: echo 'tag=${{ github.sha }}' >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

1 comment on commit 0a43d75

@vercel
Copy link

@vercel vercel bot commented on 0a43d75 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.