Skip to content

Commit c96d074

Browse files
dependabot: bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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 98c265e commit c96d074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build epic production image
4141
if: matrix.apps == 'epic'
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
context: .
4545
builder: ${{ steps.buildx.outputs.name }}
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Build staging docker image
8686
if: matrix.apps == 'deploy'
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
with:
8989
context: .
9090
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)