Skip to content

Commit d50b509

Browse files
authored
Merge pull request #721 from dgarijo/dependabot/github_actions/develop/docker/build-push-action-6.5.0
Bump docker/build-push-action from 6.4.0 to 6.5.0
2 parents 6745839 + ba10887 commit d50b509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
- name: Build and push
61-
uses: docker/build-push-action@v6.4.0
61+
uses: docker/build-push-action@v6.5.0
6262
with:
6363
push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
6464
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)