Browse Source

Specify Docker image tag to copy to Podman

pull/33/head
Jordan Potter 2 years ago
committed by GitHub
parent
commit
4e6f6358b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -43,7 +43,7 @@ jobs:
- name: Copy Docker image to Podman
run: |
sudo podman pull docker-daemon:wireguard
sudo podman pull docker-daemon:wireguard:latest
podman image scp root@localhost::wireguard
- name: Test curl

Loading…
Cancel
Save