We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ab2aa commit bc11438Copy full SHA for bc11438
1 file changed
.github/workflows/build-and-deploy.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v4
25
26
+ - name: Set up Docker Buildx
27
+ uses: docker/setup-buildx-action@v3
28
+
29
- name: Log in to the Container registry
30
if: github.event_name != 'pull_request'
31
uses: docker/login-action@v3
@@ -49,5 +52,3 @@ jobs:
49
52
push: true
50
53
tags: ${{ steps.meta.outputs.tags }}
51
54
labels: ${{ steps.meta.outputs.labels }}
- cache-from: type=gha
- cache-to: type=gha,mode=max
0 commit comments