Skip to content

Commit

Permalink
include v07 in docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed May 7, 2024
1 parent 94ab2da commit f28a16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get Git Tag
run: echo "tags=$(git describe --tags)" >> $GITHUB_OUTPUT
run: echo "tags=$(git describe --tags)-v07" >> $GITHUB_OUTPUT
id: tag

- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit f28a16e

Please sign in to comment.