Skip to content

Commit f50468e

Browse files
dependabot[bot]corepointer
authored andcommitted
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b69075 commit f50468e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-cd.yml

+1-1
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@v2
68+
uses: docker/build-push-action@v3
6969
with:
7070
context: .
7171
file: ./docker/${{ matrix.docker-file }}

.github/workflows/docker-testImage.yml

+1-1
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@v2
66+
uses: docker/build-push-action@v3
6767
with:
6868
context: .
6969
file: ./docker/${{ matrix.docker-file }}

0 commit comments

Comments
 (0)