diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 696c740..ef6a3b9 100755 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -63,7 +63,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@965c6a410d446a30e95d35052c67d6eded60dad6 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: context: . push: ${{ github.event_name != 'pull_request' }}