Skip to content

Commit a2bb646

Browse files
chore(core-deps): update docker/build-push-action action to v7
1 parent 1b27fae commit a2bb646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
fi
106106
- name: Build and push the image to the Container registry
107107
if: env.should-deliver-container == 'true'
108-
uses: docker/build-push-action@v5.1.0
108+
uses: docker/build-push-action@v7.1.0
109109
with:
110110
context: .
111111
file: "./${{ inputs.docker-file-src }}" # Dockerfile path

0 commit comments

Comments
 (0)