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

This commit is contained in:
Tanguy Herbron 2023-08-05 13:09:47 +02:00
parent 4365f3515f
commit a3e95a4492

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: https://gitea.com/docker/login-actions@v2
uses: https://gitea.com/docker/login-action@v2
with:
registry: git.halis.io
username: ${{ github.actor }}