We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3e7bd commit b68ce96Copy full SHA for b68ce96
1 file changed
.github/workflows/docker.yml
@@ -53,7 +53,6 @@ jobs:
53
- name: Set up Docker Buildx
54
uses: docker/setup-buildx-action@v2
55
56
- # Push to Public Registry
57
- name: Login to GitHub Container Registry
58
uses: docker/login-action@v2
59
with:
@@ -68,5 +67,5 @@ jobs:
68
67
file: ./docker/Dockerfile
69
push: true
70
tags: ghcr.io/${{ github.repository }}:latest
71
- cache-from: type=registry,ref=user/app:latest
+ cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:latest
72
cache-to: type=inline
0 commit comments