Skip to content

Commit

Permalink
Revert "fix(ci/cd): Update the way to retrieve last tag in github wor…
Browse files Browse the repository at this point in the history
…kflow"

This reverts commit 2775693.
  • Loading branch information
annelhote committed Oct 3, 2024
1 parent 1bb0548 commit 67a099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: 🏷️ Get tag
id: tag
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
run: echo "tag=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT

- name: 🔑 Login ghcr.io
run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 67a099d

Please sign in to comment.