Skip to content

Commit 8af6bce

Browse files
committed
updated workflow
1 parent 93fe99c commit 8af6bce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
file: ./apps/frontend/Dockerfile
4242
push: true
4343
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
4644

4745
- name: Build and Push Backend Docker Image
4846
uses: docker/build-push-action@v4
@@ -51,6 +49,4 @@ jobs:
5149
file: ./apps/backend/Dockerfile
5250
push: true
5351
tags: ghcr.io/${{ github.repository_owner }}/blogbee/backend:${{ needs.commit-hash.outputs.commit-hash }}
54-
cache-from: type=gha
55-
cache-to: type=gha,mode=max
5652

0 commit comments

Comments
 (0)