We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fe99c commit 8af6bceCopy full SHA for 8af6bce
1 file changed
.github/workflows/cd.yml
@@ -41,8 +41,6 @@ jobs:
41
file: ./apps/frontend/Dockerfile
42
push: true
43
tags: ghcr.io/${{ github.repository_owner }}/blogbee/frontend:${{ needs.commit-hash.outputs.commit-hash }}
44
- cache-from: type=gha
45
- cache-to: type=gha,mode=max
46
47
- name: Build and Push Backend Docker Image
48
uses: docker/build-push-action@v4
@@ -51,6 +49,4 @@ jobs:
51
49
file: ./apps/backend/Dockerfile
52
50
53
tags: ghcr.io/${{ github.repository_owner }}/blogbee/backend:${{ needs.commit-hash.outputs.commit-hash }}
54
55
56
0 commit comments