Skip to content

Commit 1d6b04d

Browse files
authored
Merge pull request #950 from adoptium/dependabot/github_actions/dot-github/actions/docker-build/docker/build-push-action-5.2.0
build(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 in /.github/actions/docker-build
2 parents 2e7d2cb + 389e6a2 commit 1d6b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docker-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
using: composite
1515
steps:
1616
- name: Build container image and push to Azure
17-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
17+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
1818
with:
1919
file: ${{ inputs.DOCKER_FILE }}
2020
tags: ${{ inputs.DOCKER_REPO }}:latest

0 commit comments

Comments
 (0)