Skip to content

Commit 9b1e775

Browse files
Merge pull request #111 from ks6088ts-labs/dependabot/github_actions/docker/build-push-action-6
2 parents 1d2c585 + ce5c4a7 commit 9b1e775

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)