Skip to content

Commit 1e95690

Browse files
build(deps): bump the github-actions group with 3 updates (#2046)
Bumps the github-actions group with 3 updates: [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-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/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) 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: github-actions - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f6c9c9 commit 1e95690

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/public_docker_images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v6
3737

3838
- name: Log in to the Container registry
39-
uses: docker/login-action@v3
39+
uses: docker/login-action@v4
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Extract metadata (tags, labels) for Docker
5353
id: meta
54-
uses: docker/metadata-action@v5
54+
uses: docker/metadata-action@v6
5555
with:
5656
images: ${{ env.REGISTRY }}/${{ github.repository }}
5757
tags: |
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Build Docker image
6464
id: build
65-
uses: docker/build-push-action@v6
65+
uses: docker/build-push-action@v7
6666
with:
6767
context: .
6868
build-args: |
@@ -79,7 +79,7 @@ jobs:
7979
- name: Push Docker image
8080
# Push only if the CI is not triggered by "PR on main"
8181
if: ${{ (github.ref == 'refs/heads/main' && github.event_name != 'pull_request') || (startsWith(github.ref, 'refs/tags') && github.event_name == 'push') }}
82-
uses: docker/build-push-action@v6
82+
uses: docker/build-push-action@v7
8383
with:
8484
context: .
8585
build-args: |

0 commit comments

Comments
 (0)