Skip to content

Commit

Permalink
add git describe in workflow to see if it's working
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Jul 13, 2023
1 parent 6fe8c9f commit d4a37b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

- name: Get tags
run: git fetch --tags origin


- name: Get tags2
run: git describe --tags

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit d4a37b2

Please sign in to comment.