diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0748e49..cbe021e 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@0adf9959216b96bec444f325f1e493d4aa344497 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@0adf9959216b96bec444f325f1e493d4aa344497 with: context: . push: ${{ github.event_name != 'pull_request' }}