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 push: true
platforms: linux/amd64 platforms: linux/amd64
cache-from: | cache-from: |
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}:buildcache type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}:latest
cache-to: | cache-to: type=inline
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_REPO }}:buildcache,mode=max
tags: ${{ steps.prep.outputs.tags }} tags: ${{ steps.prep.outputs.tags }}
labels: | labels: |
org.opencontainers.image.title=telemt-bot org.opencontainers.image.title=telemt-bot