Skip to content

Commit 76c5f90

Browse files
authored
Merge pull request #53 from mafzaal/dependabot/github_actions/develop/docker/build-push-action-6.19.2
ci(deps): Bump docker/build-push-action from 6.18.0 to 6.19.2
2 parents 58cdde6 + b884f1a commit 76c5f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Build and push Docker image
52-
uses: docker/build-push-action@v6.18.0
52+
uses: docker/build-push-action@v6.19.2
5353
with:
5454
context: .
5555
push: true

0 commit comments

Comments
 (0)