More chnages to variables
All checks were successful
Build Docker image / test (push) Successful in 32s
Build Docker image / build (push) Successful in 23s

This commit is contained in:
Roman Krček
2024-10-06 14:56:59 +02:00
parent 33131b6a2a
commit a39d71c091

View File

@@ -59,7 +59,10 @@ 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=${{ GITHUB_SHA }}
org.opencontainers.image.source=${{ GITHUB_REPOSITORY }}
org.opencontainers.image.author=${{ GITHUB_ACTOR }}
org.opencontainers.image.revision=${{ env.GITHUB_SHA }}
org.opencontainers.image.source=${{ env.GITHUB_REPOSITORY }}
org.opencontainers.image.author=${{ env.GITHUB_ACTOR }}
org.opencontainers.image.ref.name=${{ env.GITHUB_REF }}
org.opencontainers.image.created=${{ steps.date.outputs.date }}
org.opencontainers.image.vendor="Orebolt.cz"
org.opencontainers.image.title="Telegram Downloader"