We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e066ea commit 1bc2394Copy full SHA for 1bc2394
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Set Tag
46
if: github.event_name == 'workflow_dispatch'
47
id: set_tag
48
- run: echo "::set-output name=tag::$(git rev-parse --short HEAD)"
+ run: echo "tag=dev-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
49
50
- id: meta_operator
51
uses: docker/metadata-action@v4
0 commit comments