From daca648dab207b0cee9e64f007f059e9aa189bc6 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sat, 27 Apr 2024 22:40:18 +0300 Subject: [PATCH] Fix --- .github/workflows/image-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image-release.yml b/.github/workflows/image-release.yml index 9620ce0..7827729 100644 --- a/.github/workflows/image-release.yml +++ b/.github/workflows/image-release.yml @@ -50,7 +50,8 @@ jobs: file: ./image-base/Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/butr/devcontainer:latest + tags: | + latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache labels: |