Skip to content

Commit

Permalink
Fix ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 14, 2025
1 parent fb7d095 commit 6332330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/duck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
- name: Print Version
run: echo "Building $VERSION"
- name: Print Tag
run: echo "Checkout $TAG"
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
Expand All @@ -52,7 +54,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
ref: $TAG
ref: ${{ env.$TAG }
fetch-depth: 0
- run: |
export COUNT=$(git rev-list --count $GITHUB_SHA)
Expand Down

0 comments on commit 6332330

Please sign in to comment.