Skip to content

Commit

Permalink
ci: fix builder
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jul 30, 2024
1 parent 97c78ea commit 5e755b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
IMAGETAG: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Fetch tag annotations
run: |
# Fetch tag manually because fetch-tags option for checkout@v4 does not work
git fetch --force --tags --depth 1
- id: build
name: Build podman image
run: |
Expand Down

0 comments on commit 5e755b6

Please sign in to comment.