pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 4s

This commit is contained in:
Tanguy Herbron 2023-08-05 13:05:27 +02:00
parent f888045275
commit 4365f3515f

View File

@ -18,7 +18,7 @@ jobs:
- name: Docker login
run: docker login ${{ GITHUB_SERVER_URL }} -u ${{ GITHUB_REPOSITORY_OWNER }} --password not-a-password
- name: Login to register
uses: docker/login-actions@v2
uses: https://gitea.com/docker/login-actions@v2
with:
registry: git.halis.io
username: ${{ github.actor }}