ci: Fix typo
All checks were successful
DNSControl / build (push) Successful in 3m5s

This commit is contained in:
fleaz 2025-03-16 00:55:32 +01:00
parent d8efd22b82
commit 125d6eaf7c

View file

@ -15,7 +15,7 @@ jobs:
uses: https://codeberg.org/umglurf/kaniko-action@main
with:
credentials: |
https://index.docker.io/v1/=${{ secrets.DCKER_USER }}:${{ secrets.DOCKER_PASSWORD }}
https://index.docker.io/v1/=${{ secrets.DOCKER_USER }}:${{ secrets.DOCKER_PASSWORD }}
destinations: |
docker.io/fleaz/shippinglabel:latest
push: true