chore: add docker-hub login to pipeline
Commit / ci (push) Waiting to run

This commit is contained in:
2026-04-05 10:20:51 +02:00
parent 19238edf57
commit 5c74dd9e84
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -17,8 +17,10 @@ jobs:
http = true
insecure = true
- name: login
- name: login gitea registry
run: docker login -u schreifuchs -p ${{ secrets.REGISTRY_TOKEN }} git.schreifuchs.ch
- name: login dockerhub
run: docker login -u aktitiel -p ${{ secrets.DOCKER_HUB_TOKEN}}
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5
with:
+3 -1
View File
@@ -18,8 +18,10 @@ jobs:
http = true
insecure = true
- name: login
- name: login gitea registry
run: docker login -u schreifuchs -p ${{ secrets.REGISTRY_TOKEN }} git.schreifuchs.ch
- name: login dockerhub
run: docker login -u aktitiel -p ${{ secrets.DOCKER_HUB_TOKEN}}
- name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5
with: