Skip to content

Commit

Permalink
ci: test fix for docker build and push (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinRamiroDiaz authored Jan 10, 2025
1 parent c8d7fe9 commit 4ffca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Fetch All Tags
run: git fetch --tags
run: git fetch --tags --force

- name: Get the Most Recent Git Tag
id: get_latest_tag
Expand Down

0 comments on commit 4ffca00

Please sign in to comment.