test: fix action url

This commit is contained in:
Tom Andrade 2023-09-01 09:47:49 +02:00
parent 39e74755e5
commit e2bb78d252
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -22,7 +22,7 @@ jobs:
registry: git.thebarrens.nu registry: git.thebarrens.nu
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- uses: int1128/kaniko-action@v1 - uses: int128/kaniko-action@v1
with: with:
push: true push: true
tags: latest tags: latest