We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fab61 commit d3d7104Copy full SHA for d3d7104
1 file changed
.github/workflows/deploy-to-dev-ec2.yml
@@ -57,8 +57,6 @@ jobs:
57
push: true
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
60
- cache-from: type=registry,ref=${{ env.IMAGE_REPO }}:buildcache
61
- cache-to: type=registry,ref=${{ env.IMAGE_REPO }}:buildcache,mode=max
62
63
- name: ✅ Verify image exists in GHCR
64
run: |
0 commit comments