Skip to content

Commit

Permalink
Merge pull request #86 from flacjacket/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

Update docker/build-push-action action to v6
  • Loading branch information
flacjacket authored Jul 28, 2024
2 parents 9221271 + f2931fc commit 11fa242
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/home_assistant_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./home_assistant
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperion_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./hyperion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodered_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./nodered
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rtl_433_mqtt_hass_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./rtl_433_mqtt_hass
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rtsptoweb_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teslabuddy_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./teslabuddy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weechat_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' }}
context: ./weechat
Expand Down

0 comments on commit 11fa242

Please sign in to comment.