diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 368aeb1..8acd8df 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -23,7 +23,7 @@ env: 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:... POSTGRES_IMG_DIGEST: ${{ secrets.POSTGRES_IMG_DIGEST }} # e.g., docker.io/library/postgres@sha256:... - PODMAN_CLIENT_IMG_DIGEST: quay.io/podman/stable@sha256:482bce3a829893f0dc3bf497c9a7609341fca11b34e35a92d308eb971ad61adb + PODMAN_CLIENT_IMG_DIGEST: quay.io/podman/stable:latest PODMAN_SOCK: /run/user/999/podman/podman.sock jobs: @@ -31,7 +31,7 @@ jobs: runs-on: [ci] container: - image: quay.io/podman/stable@sha256:482bce3a829893f0dc3bf497c9a7609341fca11b34e35a92d308eb971ad61adb + image: quay.io/podman/stable:latest steps: - uses: actions/checkout@v4 @@ -138,7 +138,7 @@ jobs: needs: test-backend container: - image: quay.io/podman/stable@sha256:482bce3a829893f0dc3bf497c9a7609341fca11b34e35a92d308eb971ad61adb + image: quay.io/podman/stable:latest steps: - uses: actions/checkout@v4 @@ -197,7 +197,7 @@ jobs: needs: test-frontend container: - image: quay.io/podman/stable@sha256:482bce3a829893f0dc3bf497c9a7609341fca11b34e35a92d308eb971ad61adb + image: quay.io/podman/stable:latest steps: - uses: actions/checkout@v4 @@ -265,7 +265,7 @@ jobs: needs: test-frontend container: - image: quay.io/podman/stable@sha256:482bce3a829893f0dc3bf497c9a7609341fca11b34e35a92d308eb971ad61adb + image: quay.io/podman/stable:latest steps: - uses: actions/checkout@v4 @@ -334,7 +334,7 @@ jobs: if: success() container: - image: quay.io/podman/stable@sha256:482bce3a829893f0dc3bf497c9a7609341fca11b34e35a92d308eb971ad61adb + image: quay.io/podman/stable:latest steps: - uses: actions/checkout@v4