should work i hope
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
mr-boneman 2024-05-12 20:20:50 +02:00
parent 535db6cf4b
commit 33b48181e8

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- name: install skopeo - name: install skopeo
run: dnf install skopeo run: dnf install skopeo
- uses: UnifiedDesktop/skopeo-login-action - uses: UnifiedDesktop/skopeo-login-action@main
with: with:
registry: ${{ vars.DOCKER_REGISTRY }} registry: ${{ vars.DOCKER_REGISTRY }}
password: ${{ secrets.DOCKER_PUSH_KEY }} password: ${{ secrets.DOCKER_PUSH_KEY }}