From da0cb6243268e1ccbd14311ae446c9e0203268a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Valyi?= Date: Fri, 5 Jul 2024 06:03:51 +0000 Subject: [PATCH] add image tag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3465d4e..1df9b1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: with: context: . file: Dockerfile + tags: | + ghcr.io/${{ github.repository }}:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=inline push: true