parent
2df22fe55a
commit
fcc540cde4
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
run: dnf install skopeo -y
|
||||
- uses: https://git.ws-essen.de/actions/skopeo-login-action@main
|
||||
with:
|
||||
registry: ${{ vars.DOCKER_REGISTRY }}
|
||||
registry: git.ws-essen.de
|
||||
password: ${{ secrets.DOCKER_PUSH_KEY }}
|
||||
- name: copy alpine image to registry
|
||||
run: skopeo copy docker://alpine:latest docker://${{ vars.DOCKER_REGISTRY }}/alpine:latest
|
||||
run: skopeo copy docker://alpine:latest docker://registry.ws-essen.de/alpine:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue