Intentando mas cosas
All checks were successful
CD for startPage / build (push) Successful in 1m3s

This commit is contained in:
2023-07-01 03:45:29 -04:00
parent bfdcf50bbe
commit c945b13af1

View File

@@ -16,8 +16,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: git.skrd.fun
username: skrd
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
- name: Build and push
uses: docker/build-push-action@master
with: