Integrate DockerImages within Gitea #1

Merged
rboullard merged 46 commits from GiteaCI into Development 2026-01-25 23:04:49 +00:00
Showing only changes of commit bcb4ee700b - Show all commits

View File

@@ -26,7 +26,7 @@ jobs:
- name: Login to the Container registry - name: Login to the Container registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ${{ secrets.CI_REGISTRY }} registry: ${{ variables.CI_REGISTRY }}
username: ${{ secrets.CI_USERNAME }} username: ${{ secrets.CI_USERNAME }}
password: ${{ secrets.CI_TOKEN }} password: ${{ secrets.CI_TOKEN }}