Skip to content

Commit e2b2a3d

Browse files
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 e0d5180 commit e2b2a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Build and push Docker images (Docker)
137137
if: ${{ steps.build_check.outputs.build == 'true' }}
138-
uses: docker/build-push-action@v3
138+
uses: docker/build-push-action@v4
139139
with:
140140
push: true
141141
context: .
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Build and push Docker images (GHCR)
150150
if: ${{ steps.build_check.outputs.build == 'true' }}
151-
uses: docker/build-push-action@v3
151+
uses: docker/build-push-action@v4
152152
with:
153153
push: true
154154
context: .

0 commit comments

Comments
 (0)