Update docker-publish.yml

Fix indentation
This commit is contained in:
John Edwards 2023-10-05 20:53:05 +01:00 committed by GitHub
parent e4470d8418
commit bf91b08f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,10 +52,10 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
tags: | tags: |
# set latest tag for default branch # set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
# set version tag # set version tag
type=semver,pattern={{version}} type=semver,pattern={{version}}
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}