Skip to content

Commit

Permalink
use a github action to setup skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Aug 26, 2024
1 parent d7f5da4 commit 34f2475
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
jdk: [jdk11, jdk17, jdk21]
steps:
- name: Update hosts - linux
Expand All @@ -37,6 +37,13 @@ jobs:
run: |
docker version
skopeo --version
- name: 'Set up skopeo'
uses: warjiang/setup-skopeo@latest
with:
version: latest
- name: skopeo updated version
run: |
skopeo --version
- name: Verify latest ubi8-minimal
run: |
podman pull registry.access.redhat.com/ubi8/ubi-minimal
Expand Down

0 comments on commit 34f2475

Please sign in to comment.