diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 9d46c53..2117a41 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -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 \ No newline at end of file + run: skopeo copy docker://alpine:latest docker://registry.ws-essen.de/alpine:latest \ No newline at end of file diff --git a/action.yml b/action.yml index 1635750..4092f1a 100644 --- a/action.yml +++ b/action.yml @@ -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 \ No newline at end of file