Skip to content

Commit

Permalink
Get latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne-KTCSZ committed Sep 13, 2024
1 parent f5d039d commit b0bd625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Extract Git tag
id: extract_tag
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
run: echo "GIT_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV

- name: Log into registry
uses: docker/login-action@v3
Expand Down

0 comments on commit b0bd625

Please sign in to comment.