Skip to content

Commit 0943e3f

Browse files
Update docker/build-push-action action to v6
1 parent ed2d91e commit 0943e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
${{ runner.os }}-single-buildx
8282
8383
- name: Build and push application
84-
uses: docker/build-push-action@v3
84+
uses: docker/build-push-action@v6
8585
with:
8686
context: .
8787
file: ${{ inputs.docker_file_path }}

0 commit comments

Comments
 (0)