We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db67ba8 commit b68ac74Copy full SHA for b68ac74
1 file changed
.github/workflows/e2e-images.yml
@@ -36,6 +36,9 @@ jobs:
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
39
+ - name: Set up Docker Buildx
40
+ uses: docker/setup-buildx-action@v3
41
+
42
- name: Extract metadata
43
id: meta
44
uses: docker/metadata-action@v5
0 commit comments