Skip to content

Commit f808980

Browse files
Update docker/build-push-action action to v6
1 parent 62a1cb0 commit f808980

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@v3
6262

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

0 commit comments

Comments
 (0)