Skip to content

Commit

Permalink
docker/build-push-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
RoggerFabri committed Nov 2, 2024
1 parent 4ea071f commit e20fbb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/icecast-arm64v8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
context: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}:icecast"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mopidy-arm64v8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
context: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}:mopidy"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapclient-arm64v8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
context: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}:snapclient"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapserver-arm64v8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
context: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}:snapserver"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stream-manager-arm64v8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
context: "${{ github.server_url }}/${{ github.repository }}.git#${{ github.ref }}:stream-manager"
Expand Down

0 comments on commit e20fbb9

Please sign in to comment.