diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0748e49..0cb30f2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,7 +65,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image (site) id: build-and-push-site - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 with: context: . push: ${{ github.event_name != 'pull_request' }} @@ -92,7 +92,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image (editor) id: build-and-push-editor - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 with: context: . push: ${{ github.event_name != 'pull_request' }}