Change variable once more
All checks were successful
Build Docker image / test (push) Successful in 33s
Build Docker image / build (push) Successful in 23s

This commit is contained in:
Roman Krček
2024-10-06 14:51:16 +02:00
parent a826c20e07
commit 33131b6a2a

View File

@@ -59,6 +59,7 @@ jobs:
cache-to: "mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ vars.DOCKER_IMAGE }}:cache"
cache-from: "mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ vars.DOCKER_IMAGE }}:cache"
labels: |
org.opencontainers.image.revision=${{ GITEA_SHA }}
org.opencontainers.image.author=${{ github.event.pull_request.user.login }}
org.opencontainers.image.revision=${{ GITHUB_SHA }}
org.opencontainers.image.source=${{ GITHUB_REPOSITORY }}
org.opencontainers.image.author=${{ GITHUB_ACTOR }}
org.opencontainers.image.created=${{ steps.date.outputs.date }}