Skip to content

Commit 98b92f7

Browse files
authored
Merge pull request #726 from dgarijo/dependabot/github_actions/develop/docker/build-push-action-6.7.0
Bump docker/build-push-action from 6.6.1 to 6.7.0
2 parents a5ab895 + d3cb02c commit 98b92f7

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.6.1
61+
uses: docker/build-push-action@v6.7.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)