mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
fix: update image creation date label syntax in release workflow
This commit is contained in:
parent
fc75ade94f
commit
a4ff4cc291
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-dev.yaml
vendored
4
.github/workflows/release-dev.yaml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
with:
|
||||
images: beatkind/watchtower
|
||||
labels: |
|
||||
org.opencontainers.image.created={{commit_date 'YYYY-MM-DDTHH:mm:ss.SSS[Z]'}}
|
||||
org.opencontainers.image.created={{date 'YYYY-MM-DDTHH:mm:ss.SSS[Z]'}}
|
||||
org.opencontainers.image.authors=${{github.actor}}
|
||||
org.opencontainers.image.source=${{github.repository}}
|
||||
org.opencontainers.image.documentation=https://watchtower.devcdn.net
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
labels: |
|
||||
org.opencontainers.image.created={{commit_date 'YYYY-MM-DDTHH:mm:ss.SSS[Z]'}}
|
||||
org.opencontainers.image.created={{date 'YYYY-MM-DDTHH:mm:ss.SSS[Z]'}}
|
||||
org.opencontainers.image.authors=${{github.actor}}
|
||||
org.opencontainers.image.source=${{github.repository}}
|
||||
org.opencontainers.image.documentation=https://watchtower.devcdn.net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue