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

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarcia89 authored Aug 10, 2021
1 parent a1dfd6e commit 5b65873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{steps.vars.outputs.tag}}# This workflow uses actions that are not certified by GitHub.
${GITHUB_REF#refs/*/}{{steps.vars.outputs.tag}}# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
with:
context: .
push: true
tags: deniceg/pipeline-tools:{{steps.vars.outputs.tag}},deniceg/pipeline-tools:latest
tags: deniceg/pipeline-tools:${GITHUB_REF#refs/*/},deniceg/pipeline-tools:latest

0 comments on commit 5b65873

Please sign in to comment.