You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docker-image.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ jobs:
30
30
uses: docker/setup-qemu-action@v4
31
31
32
32
- name: Set up Docker Buildx
33
-
uses: docker/setup-buildx-action@v3
33
+
uses: docker/setup-buildx-action@v4
34
34
35
35
# This step uses docker/metadata-action to extract tags and labels that will be applied to the specified image. https://github.com/docker/metadata-action
36
36
# The id "meta" allows the output of this step to be referenced in a subsequent step. The images value provides the base name for the tags and labels.
37
37
- name: Extract metadata (tags, labels) for Docker
0 commit comments