Skip to content

Commit

Permalink
ci(deploy): changed to first tag only
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Jun 2, 2023
1 parent db78190 commit 9f98bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
outputs:
tag: ${{ steps.meta.outputs.tags }}
tag: ${{ steps.meta.outputs.tags[0] }}

deploy-prev:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 9f98bb6

Please sign in to comment.