Skip to content

Commit

Permalink
again...
Browse files Browse the repository at this point in the history
  • Loading branch information
geschke committed Sep 30, 2024
1 parent bce788e commit ebb01d3
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
@@ -51,7 +51,7 @@ jobs:
version=$(cat "$version_file")
full_tag="${{ matrix.tagging }}-${version}"
echo "Full tag is: $full_tag"
echo "full_tag=$full_tag" >> $GITHUB_OUTPUT
echo "full_tag=$full_tag" >> "$GITHUB_OUTPUT"
- name: Query existing Docker image tags
id: query_tag

0 comments on commit ebb01d3

Please sign in to comment.