Skip to content

Commit

Permalink
fix test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jan 21, 2023
1 parent d94315c commit ce8d816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
test_tag=$(date +%Y%m%d%H%M%S)
echo "[debug] Generated test tag name is '${test_tag}'"
echo "::echo "test_tag=$test_tag" >> $GITHUB_OUTPUT"
echo "test_tag=$test_tag" >> $GITHUB_OUTPUT
id: generate_temporary_tag_name
- name: Generate app name
shell: bash
Expand Down

0 comments on commit ce8d816

Please sign in to comment.