Update docker.yml

This commit is contained in:
simonmcnair 2025-03-10 21:37:28 +00:00 committed by GitHub
parent 85ffaee78c
commit 5b81363127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,8 +62,8 @@ jobs:
file: ${{ matrix.dockerfile }}
push: true
#This is needed because it is called main instead of master to get the latest tag in docker
tags: |
# tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
#tags: ${{ steps.meta.outputs.tags }}
# type=raw,value=latest,enable={{is_default_branch}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}