pipeline runner
All checks were successful
Image builder / build (push) Successful in 2m10s

This commit is contained in:
Tanguy Herbron 2023-08-05 22:16:19 +02:00
parent 117a41307f
commit 3cf886c685

View File

@ -13,3 +13,10 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Login to register
uses: https://gitea.com/docker/login-action@v2
with:
registry: git.halis.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}