Fix variable names in actions
All checks were successful
Build Docker image / test (push) Successful in 32s
Build Docker image / build (push) Successful in 22s

This commit is contained in:
Roman Krček
2024-10-06 14:29:39 +02:00
parent a81e41fdf4
commit 2da78e066a

View File

@@ -59,6 +59,6 @@ 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=${{ env.GITEA_COMMIT_SHA }}
org.opencontainers.image.source=${{ env.GITEA_REPOSITORY }}
org.opencontainers.image.revision=${{ env.GITHUB_COMMIT_SHA }}
org.opencontainers.image.source=${{ env.GITHUB_REPOSITORY }}
org.opencontainers.image.created=${{ steps.date.outputs.date }}