We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70e6e8 commit 9de9fe1Copy full SHA for 9de9fe1
1 file changed
.github/workflows/build-and-deploy.yml
@@ -42,6 +42,9 @@ jobs:
42
username: ${{ github.actor }}
43
password: ${{ secrets.GITHUB_TOKEN }}
44
45
+ - name: Set up Docker Buildx
46
+ uses: docker/setup-buildx-action@v3
47
+
48
- name: Extract metadata (tags, labels)
49
id: meta
50
uses: docker/metadata-action@v5
0 commit comments