Browse Source

Temp

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

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save