Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit 5b65873

Browse files
authored
Update docker-publish.yml
1 parent a1dfd6e commit 5b65873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{steps.vars.outputs.tag}}# This workflow uses actions that are not certified by GitHub.
1+
${GITHUB_REF#refs/*/}{{steps.vars.outputs.tag}}# This workflow uses actions that are not certified by GitHub.
22
# They are provided by a third-party and are governed by
33
# separate terms of service, privacy policy, and support
44
# documentation.
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
context: .
3030
push: true
31-
tags: deniceg/pipeline-tools:{{steps.vars.outputs.tag}},deniceg/pipeline-tools:latest
31+
tags: deniceg/pipeline-tools:${GITHUB_REF#refs/*/},deniceg/pipeline-tools:latest

0 commit comments

Comments
 (0)