This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 60810169dd Bump docker/build-push-action from 5 to 6 (#2033)
60810169dd is described below
commit 60810169dd2fc1fa9452712cbacc641f23275043
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 18 08:20:37 2024 +0000
Bump docker/build-push-action from 5 to 6 (#2033)
---
.github/workflows/docker-cd.yml | 2 +-
.github/workflows/docker-release.yml | 2 +-
.github/workflows/docker-testImage.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index 5f64392ebb..2f8578d15c 100644
--- a/.github/workflows/docker-cd.yml
+++ b/.github/workflows/docker-cd.yml
@@ -65,7 +65,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push
id: docker_build
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./docker/${{ matrix.docker-file }}
diff --git a/.github/workflows/docker-release.yml
b/.github/workflows/docker-release.yml
index 184bfe971b..696d7cc488 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -72,7 +72,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push
id: docker_build
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./docker/sysds.Dockerfile
diff --git a/.github/workflows/docker-testImage.yml
b/.github/workflows/docker-testImage.yml
index 5bb593416f..4f1ad4f8f4 100644
--- a/.github/workflows/docker-testImage.yml
+++ b/.github/workflows/docker-testImage.yml
@@ -63,7 +63,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push
id: docker_build
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./docker/${{ matrix.docker-file }}