Browse Source
Specify Docker image tag to copy to Podman
pull/33/head
Jordan Potter
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|