pipeline runner
Some checks failed
Image builder / build (push) Failing after 30s

This commit is contained in:
Tanguy Herbron 2023-08-06 01:48:02 +02:00
parent 5cc5f8193d
commit b47cb4ca64

View File

@ -19,7 +19,7 @@ jobs:
- name: Login to register - name: Login to register
uses: https://gitea.com/docker/login-action@v2 uses: https://gitea.com/docker/login-action@v2
with: with:
registry: no-a-registry.io registry: https://git.halis.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push