diff --git a/.github/workflows/nightly_build.yaml b/.github/workflows/nightly_build.yaml index 98acfa2..a71a29d 100644 --- a/.github/workflows/nightly_build.yaml +++ b/.github/workflows/nightly_build.yaml @@ -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" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dba2b34..3087626 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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"