Skip to content

Commit 19a9d17

Browse files
authored
Merge pull request #611 from One-Language/dependabot/github_actions/github-actions-dependencies-590cdeb0d0
build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 in the github-actions-dependencies group
2 parents 0e10c47 + 7c8ecae commit 19a9d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{secrets.DOCKER_HUB_USERNAME}}
3131
password: ${{secrets.DOCKER_HUB_PASSWORD}}
3232
- name: Build and Push to DockerHub
33-
uses: docker/build-push-action@v7.1.0
33+
uses: docker/build-push-action@v7.2.0
3434
with:
3535
context: .
3636
push: true

0 commit comments

Comments
 (0)