Skip to content

Commit bc11438

Browse files
committed
fix ci
1 parent 14ab2aa commit bc11438

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v3
28+
2629
- name: Log in to the Container registry
2730
if: github.event_name != 'pull_request'
2831
uses: docker/login-action@v3
@@ -49,5 +52,3 @@ jobs:
4952
push: true
5053
tags: ${{ steps.meta.outputs.tags }}
5154
labels: ${{ steps.meta.outputs.labels }}
52-
cache-from: type=gha
53-
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)