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