diff --git a/react/.github/workflows/main.yaml b/react/.github/workflows/main.yaml index 738e757c..361dd8c2 100644 --- a/react/.github/workflows/main.yaml +++ b/react/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: packages: write id-token: write attestations: write - uses: intility/reusable-react/.github/workflows/react.yaml@db4e00f71c4a3e8857e99a527a7e6c314a933cc2 # v1.2.2 + uses: intility/reusable-react/.github/workflows/react.yaml@1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3 # v1.2.3 with: # image will be pushed to ghcr.io/intility//react-app image-name: __DOCKER_IMAGE_NAME__ diff --git a/react/.github/workflows/pull-request.yaml b/react/.github/workflows/pull-request.yaml index 27ff06db..337aa3f8 100644 --- a/react/.github/workflows/pull-request.yaml +++ b/react/.github/workflows/pull-request.yaml @@ -14,7 +14,7 @@ jobs: packages: write id-token: write attestations: write - uses: intility/reusable-react/.github/workflows/react.yaml@db4e00f71c4a3e8857e99a527a7e6c314a933cc2 # v1.2.2 + uses: intility/reusable-react/.github/workflows/react.yaml@1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3 # v1.2.3 with: # image will be pushed to ghcr.io/intility//react-app image-name: __DOCKER_IMAGE_NAME__ diff --git a/react/.github/workflows/release.yaml b/react/.github/workflows/release.yaml index f42a3eca..112154f6 100644 --- a/react/.github/workflows/release.yaml +++ b/react/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: packages: write id-token: write attestations: write - uses: intility/reusable-react/.github/workflows/react.yaml@db4e00f71c4a3e8857e99a527a7e6c314a933cc2 # v1.2.2 + uses: intility/reusable-react/.github/workflows/react.yaml@1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3 # v1.2.3 with: # image will be pushed to ghcr.io/intility//react-app image-name: __DOCKER_IMAGE_NAME__