Skip to content

Commit

Permalink
Update deploy_to_ghcr_custom_tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martedesco authored Aug 15, 2024
1 parent 7f6bf5c commit 7578660
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_to_ghcr_custom_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- name: Checkout GitHub Action
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag }}
fetch-depth: 0 # Fetch all history for all tags and branches

- name: Checkout specific tag
run: git checkout tags/v${{ github.event.inputs.tag }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 7578660

Please sign in to comment.