Skip to content

Commit 1e2f045

Browse files
Update docker/build-push-action action to v6
1 parent 59215e6 commit 1e2f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-and-push-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
password: ${{ inputs.token }}
3838

3939
- name: Image 🐳
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
push: ${{ inputs.push }}
4343
tags: ${{ inputs.image_name }}:${{ inputs.image_tag }}

0 commit comments

Comments
 (0)