Skip to content

Commit

Permalink
chore: fix release workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 10, 2022
1 parent 42eaa99 commit d5551b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:

docker:
name: Docker
needs: ["draft-release"]
runs-on: ubuntu-latest

steps:
Expand All @@ -109,7 +110,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: Fyko/stockx-gif
tags: latest ${{ steps.tag.outputs.tag_name }} ${{ github.sha }}
tags: latest ${{ needs.draft-release.outputs.tag_name }} ${{ github.sha }}
dockerfiles: |
./Dockerfile
build-args: |
Expand Down

1 comment on commit d5551b5

@vercel
Copy link

@vercel vercel bot commented on d5551b5 Oct 10, 2022

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.