diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 950059e..700b9f4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -71,7 +71,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 with: context: Postgres push: ${{ github.event_name != 'pull_request' }}