Bump docker/build-push-action from 3 to 4 #9

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/docker/build-push-action-4 into main 2023-01-30 20:38:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
cache-from: ${{ github.event_name == 'push' && 'type=gha,scope=${{ github.ref }}_${{ github.repo }}' || '' }}
platforms: "linux/amd64,linux/arm64"

View File

@ -65,7 +65,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
cache-from: ${{ github.event_name == 'push' && 'type=gha,scope=${{ github.ref }}_${{ github.repo }}' || '' }}
platforms: "linux/amd64,linux/arm64"