Skip to content

Commit 8bface8

Browse files
authored
Merge pull request #4398 from codeceptjs/dependabot/github_actions/3.x/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 1 to 6
2 parents 4b1a3b4 + 4497e8b commit 8bface8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out the repo with latest code
1818
uses: actions/checkout@v4
1919
- name: Push latest to Docker Hub
20-
uses: docker/build-push-action@v4 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
20+
uses: docker/build-push-action@v6 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_PASSWORD }}
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ env.TAG }}
3737

3838
- name: Push current tag to Docker Hub
39-
uses: docker/build-push-action@v1 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
39+
uses: docker/build-push-action@v6 # Info: https://github.com/docker/build-push-action/tree/releases/v1#tags
4040
with:
4141
username: ${{ secrets.DOCKERHUB_USERNAME }}
4242
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)