Skip to content

Commit f8f5fd8

Browse files
Update docker/build-push-action action to v6
1 parent 1f5a0b5 commit f8f5fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
- name: Build and push Docker image
36-
uses: docker/build-push-action@v4.2.1
36+
uses: docker/build-push-action@v6.1.0
3737
with:
3838
context: .
3939
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)