Update cache configuration in docker-publish workflow to use latest tag and inline caching
Publish telemt-bot Docker image / build-and-push (push) Successful in 48s

This commit is contained in:
Denozordec
2026-03-09 16:12:18 +07:00
parent 4b54cc4544
commit eb07c8c78f
+2 -3
View File
@@ -70,9 +70,8 @@ jobs:
push: true
platforms: linux/amd64
cache-from: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}:buildcache
cache-to: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}:buildcache,mode=max
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}:latest
cache-to: type=inline
tags: ${{ steps.prep.outputs.tags }}
labels: |
org.opencontainers.image.title=telemt-bot