diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index 1b70a56..5b48c54 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -24,9 +24,12 @@ jobs: - name: Pull selenium-standalone:latest run: podman pull selenium/standalone-${{ matrix.browser }}:latest - - name: Pull docker.io/library/nginx:alpine + - name: Pull nginx:alpine run: podman pull docker.io/library/nginx:alpine + - name: Pull pause + run: podman pull k8s.gcr.io/k8s-artifacts-prod/pause + - name: Checkout uses: actions/checkout@v4