Skip to content

Commit

Permalink
fix CD by fetching tags, too
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed May 24, 2024
1 parent 4a5d9b3 commit 3a69e65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
# we need tags for docker version tagging
fetch-tags: true
fetch-depth: 0
- # Activate cache export feature to reduce build time of images
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 3a69e65

Please sign in to comment.