diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 311e2330fd..93fd4af48b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -62,7 +62,7 @@ jobs: # tag event type=ref,event=tag - name: Build and push cs Docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: file: Dockerfile-react context: . @@ -72,7 +72,7 @@ jobs: tags: ${{ steps.meta-cs.outputs.tags }} labels: ${{ steps.meta-cs.outputs.labels }} - name: Build and push cs-renderer Docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: file: Dockerfile-react context: .