Update CI image digest
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 34s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Has been skipped
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 34s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Has been skipped
This commit is contained in:
parent
828871d829
commit
969fd4881a
1 changed files with 6 additions and 6 deletions
|
@ -23,14 +23,14 @@ env:
|
||||||
RUST_IMG_DIGEST: ${{ secrets.RUST_IMG_DIGEST }} # e.g., docker.io/library/rust@sha256:...
|
RUST_IMG_DIGEST: ${{ secrets.RUST_IMG_DIGEST }} # e.g., docker.io/library/rust@sha256:...
|
||||||
NODE_IMG_DIGEST: ${{ secrets.NODE_IMG_DIGEST }} # e.g., docker.io/library/node@sha256:...
|
NODE_IMG_DIGEST: ${{ secrets.NODE_IMG_DIGEST }} # e.g., docker.io/library/node@sha256:...
|
||||||
POSTGRES_IMG_DIGEST: ${{ secrets.POSTGRES_IMG_DIGEST }} # e.g., docker.io/library/postgres@sha256:...
|
POSTGRES_IMG_DIGEST: ${{ secrets.POSTGRES_IMG_DIGEST }} # e.g., docker.io/library/postgres@sha256:...
|
||||||
PODMAN_CLIENT_IMG_DIGEST: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
PODMAN_CLIENT_IMG_DIGEST: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-backend:
|
test-backend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||||
options: >-
|
options: >-
|
||||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||||
-e XDG_RUNTIME_DIR=/run/user/999
|
-e XDG_RUNTIME_DIR=/run/user/999
|
||||||
|
@ -137,7 +137,7 @@ jobs:
|
||||||
needs: test-backend
|
needs: test-backend
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||||
options: >-
|
options: >-
|
||||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||||
-e XDG_RUNTIME_DIR=/run/user/999
|
-e XDG_RUNTIME_DIR=/run/user/999
|
||||||
|
@ -196,7 +196,7 @@ jobs:
|
||||||
needs: test-frontend
|
needs: test-frontend
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||||
options: >-
|
options: >-
|
||||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||||
-e XDG_RUNTIME_DIR=/run/user/999
|
-e XDG_RUNTIME_DIR=/run/user/999
|
||||||
|
@ -264,7 +264,7 @@ jobs:
|
||||||
needs: test-frontend
|
needs: test-frontend
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||||
options: >-
|
options: >-
|
||||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||||
-e XDG_RUNTIME_DIR=/run/user/999
|
-e XDG_RUNTIME_DIR=/run/user/999
|
||||||
|
@ -333,7 +333,7 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
|
||||||
options: >-
|
options: >-
|
||||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||||
-e XDG_RUNTIME_DIR=/run/user/999
|
-e XDG_RUNTIME_DIR=/run/user/999
|
||||||
|
|
Loading…
Add table
Reference in a new issue