Skip to content

Commit

Permalink
Add step to pull pause image
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver committed Aug 26, 2024
1 parent b23b96a commit d0ac676
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0ac676

Please sign in to comment.