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 70690e9
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 --retry 8 --retry-delay 8 k8s.gcr.io/pause

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 70690e9

Please sign in to comment.