diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69b73823..cdc52f72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -360,7 +360,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build amd64 image for smoke - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a with: context: ctx file: ${{ matrix.dockerfile }} @@ -380,7 +380,7 @@ jobs: "musefs-smoke:${{ matrix.variant }}" \ -c '${{ matrix.ffmpeg_install }} && sh /scripts/smoke-binary.sh /usr/local/bin/musefs' - name: Build and push multi-arch manifest - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a with: context: ctx file: ${{ matrix.dockerfile }}