Skip to content

Commit 13d5267

Browse files
Bump docker/build-push-action from 4 to 5 (#1908)
1 parent 5c086c4 commit 13d5267

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/build-push-action
6666
- name: Build and push
6767
id: docker_build
68-
uses: docker/build-push-action@v4
68+
uses: docker/build-push-action@v5
6969
with:
7070
context: .
7171
file: ./docker/${{ matrix.docker-file }}

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# https://github.com/docker/build-push-action
7373
- name: Build and push
7474
id: docker_build
75-
uses: docker/build-push-action@v4
75+
uses: docker/build-push-action@v5
7676
with:
7777
context: .
7878
file: ./docker/sysds.Dockerfile

.github/workflows/docker-testImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# https://github.com/docker/build-push-action
6464
- name: Build and push
6565
id: docker_build
66-
uses: docker/build-push-action@v4
66+
uses: docker/build-push-action@v5
6767
with:
6868
context: .
6969
file: ./docker/${{ matrix.docker-file }}

0 commit comments

Comments
 (0)