diff options
author | Liran Tal <liran.tal@gmail.com> | 2022-07-29 19:17:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 19:17:59 +0300 |
commit | 880b9e761568e2341dbc2d5502c495c74b6f2531 (patch) | |
tree | 9a9ab6c00b1de81533259d2cf826b0025ff061d9 | |
parent | 657a5ca708e51dcb3b60724e905cf51b9a8b1d95 (diff) |
build: fix comment inside text block
-rw-r--r-- | .github/workflows/docker-publish.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4f807d0..2b4875f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -44,7 +44,6 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - # set latest tag for main type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} flavor: | prefix= |