Skip to content

Commit 1801b08

Browse files
committed
Update docker/build-push-action to v6
1 parent 871e152 commit 1801b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ghcr.io/${{ github.repository }}
8282
8383
- name: Build and push
84-
uses: docker/build-push-action@v4
84+
uses: docker/build-push-action@v6
8585
with:
8686
file: ${{ inputs.build-file || 'Dockerfile' }}
8787
context: ${{ inputs.build-context || '.'}}

.github/workflows/lambda_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: docker/setup-buildx-action@v3
108108

109109
- name: Build and push
110-
uses: docker/build-push-action@v4
110+
uses: docker/build-push-action@v6
111111
with:
112112
file: ${{ inputs.build-file || 'Dockerfile' }}
113113
context: ${{ inputs.build-context || '.'}}

0 commit comments

Comments
 (0)