diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 96e1a5b..d2e5767 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,7 +32,7 @@ jobs: images: lauwarm/streamlink-recorder - name: Build and push Docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . push: true @@ -67,7 +67,7 @@ jobs: images: lauwarm/streamlink-recorder - name: Build and push Docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . push: true diff --git a/.github/workflows/github-image.yml b/.github/workflows/github-image.yml index d9f8c3e..ab0bbbd 100644 --- a/.github/workflows/github-image.yml +++ b/.github/workflows/github-image.yml @@ -44,7 +44,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf with: context: . push: ${{ github.event_name != 'pull_request' }}