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
Publish telemt-bot Docker image / build-and-push (push) Successful in 48s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user