hopefully works now
Some checks failed
/ test (push) Failing after 27s

This commit is contained in:
mr-boneman 2024-05-12 20:44:47 +02:00
parent 2df22fe55a
commit fcc540cde4
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -15,5 +15,5 @@ runs:
using: "composite"
steps:
- run: |
echo ${{ inputs.password }} > skopeo login -u ${{ inputs.username }}
echo ${{ inputs.password }} | skopeo login -u ${{ inputs.username }}
shell: bash