Skip to content

Commit

Permalink
fix workflow - use github.event.inputs.tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkuc committed Jun 19, 2024
1 parent c61e987 commit e68b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: UniqueNetwork/unique-marketplace-backend/.github/workflows/build-docker-image.yml@master
secrets: inherit
with:
tag: unique-marketplace-backend
tag: ${{ github.event.inputs.tag }}
dockerfile: ./Dockerfile
is_latest: ${{ github.event.inputs.is_latest }}

Expand Down

0 comments on commit e68b0f9

Please sign in to comment.