Skip to content

Commit da17803

Browse files
Merge pull request #1757 from kristof-mattei/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6.14.0
2 parents ec48a7e + 79788c5 commit da17803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ jobs:
518518
echo "APPLICATION_NAME=${APPLICATION_NAME##*/}" >> ${GITHUB_ENV}
519519
520520
- name: Build Docker image
521-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
521+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
522522
with:
523523
build-args: |
524524
APPLICATION_NAME=${{ env.APPLICATION_NAME }}

0 commit comments

Comments
 (0)