Skip to content

Commit

Permalink
installer-pr workflow: add docker to container
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 authored and Vicente-Cheng committed May 15, 2023
1 parent e69adf1 commit df7065c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/installer-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
container:
image: registry.suse.com/bci/bci-base:15.4
steps:
- name: Install docker
run: zypper ref && zypper -n install docker
- name: Pull new image
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit df7065c

Please sign in to comment.