Skip to content

Commit ce5c4a7

Browse files
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] <[email protected]>
1 parent 1d2c585 commit ce5c4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
core.setOutput('no-v', no_v)
3030
core.setOutput('no-dash', no_dash)
3131
- name: Build and push tag ${{steps.set_version.outputs.no-dash}} for backend
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
context: .
3535
file: ./dockerfiles/backend.Dockerfile
@@ -41,7 +41,7 @@ jobs:
4141
${{ secrets.DOCKERHUB_USERNAME }}/azure-ai-services-solutions:backend-${{steps.set_version.outputs.no-dash}}
4242
${{ secrets.DOCKERHUB_USERNAME }}/azure-ai-services-solutions:backend-latest
4343
- name: Build and push tag ${{steps.set_version.outputs.no-dash}} for frontend
44-
uses: docker/build-push-action@v5
44+
uses: docker/build-push-action@v6
4545
with:
4646
context: .
4747
file: ./dockerfiles/frontend.Dockerfile

0 commit comments

Comments
 (0)