Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#707)
Browse files Browse the repository at this point in the history
Generated by renovateBot

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 84d9654 commit 2c38a7a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chrome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./build/chrome
file: ./build/chrome/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-egress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./build/egress/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-gstreamer-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./build/gstreamer
push: true
Expand All @@ -48,7 +48,7 @@ jobs:
tags: livekit/gstreamer:${{ env.GST_VERSION }}-base-${{ inputs.arch }}

- name: Build and push dev
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./build/gstreamer
push: true
Expand All @@ -59,7 +59,7 @@ jobs:
tags: livekit/gstreamer:${{ env.GST_VERSION }}-dev-${{ inputs.arch }}

- name: Build and push prod
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./build/gstreamer
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
tags: livekit/gstreamer:${{ env.GST_VERSION }}-prod-${{ inputs.arch }}

- name: Build and push prod RS
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./build/gstreamer
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./build/template/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./build/test/Dockerfile
Expand Down

0 comments on commit 2c38a7a

Please sign in to comment.