File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 uses : docker/setup-qemu-action@v4.0.0
144144
145145 - name : Build for test
146- uses : docker/build-push-action@v7.0 .0
146+ uses : docker/build-push-action@v7.1 .0
147147 with :
148148 platforms : linux/amd64
149149 tags : ${{ env.IMAGE_TO_TEST }}
@@ -168,22 +168,22 @@ jobs:
168168 tests/test.sh
169169
170170 - name : Login to DockerHub
171- uses : docker/login-action@v4.0 .0
171+ uses : docker/login-action@v4.1 .0
172172 if : env.HAS_IMAGE_REPO_ACCESS
173173 with :
174174 username : ${{ secrets.DOCKER_USER }}
175175 password : ${{ secrets.DOCKER_PASSWORD }}
176176
177177 - name : Login to GHCR
178- uses : docker/login-action@v4.0 .0
178+ uses : docker/login-action@v4.1 .0
179179 if : env.HAS_IMAGE_REPO_ACCESS
180180 with :
181181 registry : ghcr.io
182182 username : ${{ github.actor }}
183183 password : ${{ github.token }}
184184
185185 - name : Build and push
186- uses : docker/build-push-action@v7.0 .0
186+ uses : docker/build-push-action@v7.1 .0
187187 if : github.actor == github.repository_owner
188188 with :
189189 platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : on-publish
2121 if : github.event_name == 'release' && github.event.action == 'published'
22- uses : SethCohen/github-releases-to-discord@v1.19 .0
22+ uses : SethCohen/github-releases-to-discord@v1.20 .0
2323 with :
2424 webhook_url : ${{ secrets.DISCORD_WEBHOOK }}
2525 - name : on-success
Original file line number Diff line number Diff line change 6262 uses : docker/setup-buildx-action@v4.0.0
6363
6464 - name : Confirm multi-arch build
65- uses : docker/build-push-action@v7.0 .0
65+ uses : docker/build-push-action@v7.1 .0
6666 with :
6767 platforms : ${{ matrix.platforms }}
6868 # ensure latest base image is used
7373 cache-from : type=gha,scope=${{ matrix.variant }}
7474
7575 - name : Build for test
76- uses : docker/build-push-action@v7.0 .0
76+ uses : docker/build-push-action@v7.1 .0
7777 with :
7878 # Only build single platform since loading multi-arch image into daemon fails with
7979 # "docker exporter does not currently support exporting manifest lists"
You can’t perform that action at this time.
0 commit comments