Skip to content

Commit fcb7bf2

Browse files
[v8](gha): Bump the dependencies group with 2 updates (#3737)
Bumps the dependencies group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fad4bcb commit fcb7bf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-update-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,13 +592,13 @@ jobs:
592592
ref: ${{ github.ref_name }}
593593

594594
- name: Login to Docker Hub
595-
uses: docker/login-action@v3
595+
uses: docker/login-action@v4
596596
with:
597597
username: ${{ secrets.DOCKERHUB_USERNAME }}
598598
password: ${{ secrets.DOCKERHUB_TOKEN }}
599599

600600
- name: Build and export to Docker locally
601-
uses: docker/build-push-action@v6
601+
uses: docker/build-push-action@v7
602602
with:
603603
context: docker
604604
load: true
@@ -636,7 +636,7 @@ jobs:
636636
rm test.sh
637637
638638
- name: Push image
639-
uses: docker/build-push-action@v6
639+
uses: docker/build-push-action@v7
640640
with:
641641
context: docker
642642
push: true

0 commit comments

Comments
 (0)