We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba5872a + 41cd602 commit f09559fCopy full SHA for f09559f
.github/workflows/ci.yaml
@@ -88,7 +88,7 @@ jobs:
88
uses: docker/setup-qemu-action@v3
89
90
- name: Set up Docker Buildx
91
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
92
93
- name: Build (no push)
94
id: build
.github/workflows/release.yaml
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
- name: Login to Docker Hub
85
uses: docker/login-action@v3
@@ -126,7 +126,7 @@ jobs:
126
merge-multiple: true
127
128
129
130
131
- name: Docker meta
132
id: meta
0 commit comments