Skip to content

Commit 6f2e492

Browse files
dependabot[bot]PeterEinberger
authored andcommitted
chore(deps): bump the github-actions group with 2 updates (elastic#4154)
Bumps the github-actions 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.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c) Updates `docker/build-push-action` from 6.4.1 to 6.5.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@1ca370b...5176d81) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1f24c0 commit 6f2e492

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: docker/setup-buildx-action@v3
3434

3535
- name: Log in to the Elastic Container registry
36-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
36+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3737
with:
3838
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
3939
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Build and Push Docker Image
6565
id: docker-push
66-
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
66+
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
6767
with:
6868
context: .
6969
platforms: linux/amd64,linux/arm64
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Build and Push Docker Image (wolfi)
9999
id: docker-push-wolfi
100-
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
100+
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
101101
with:
102102
context: .
103103
platforms: linux/amd64,linux/arm64

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
20+
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)