Skip to content

Commit beb4216

Browse files
authored
Merge pull request #10 from eclipse-xpanse/dependabot/github_actions/docker/build-push-action-5.2.0
Bump docker/build-push-action from 5.1.0 to 5.2.0
2 parents 644cc63 + 973e96b commit beb4216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9797

9898
- name: Build Docker Image and Push
99-
uses: docker/build-push-action@v5.1.0
99+
uses: docker/build-push-action@v5.2.0
100100
with:
101101
context: .
102102
push: true

0 commit comments

Comments
 (0)