Skip to content

Commit d8d71ec

Browse files
Update docker/build-push-action action to v5 (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfd3c25 commit d8d71ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: docker/setup-buildx-action@v2
6262

6363
- name: Build and push containers
64-
uses: docker/build-push-action@v4
64+
uses: docker/build-push-action@v5
6565
with:
6666
push: ${{ github.ref == 'refs/heads/master' }}
6767
platforms: linux/arm,linux/amd64,linux/arm64/v8

0 commit comments

Comments
 (0)