fix: we do not need to auth with dockerhub so much
Build Container Image / build_arm64 (push) Successful in 32s Details
Build Container Image / build_amd64 (push) Successful in 35s Details
Build Container Image / push_arm64 (push) Successful in 13s Details
Build Container Image / push_amd64 (push) Successful in 10s Details
Build Container Image / build (push) Successful in 41s Details
Build Container Image / push (push) Successful in 37s Details
Build Container Image / update_readme (push) Successful in 10s Details

This commit is contained in:
Daniel Wolf 2024-03-29 13:34:29 -04:00
parent 371035ae5a
commit 0ac1eaf609
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 0 additions and 10 deletions

View File

@ -25,11 +25,6 @@ jobs:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
password: ${{ secrets.PACKAGER_TOKEN }}
- name: Docker Login (Pull Auth)
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build & Push (Master)
uses: https://github.com/docker/build-push-action@v5
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -89,11 +84,6 @@ jobs:
registry: code.nephatrine.net
username: ${{ gitea.actor }}
password: ${{ secrets.PACKAGER_TOKEN }}
- name: Docker Login (Pull Auth)
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build & Push (Master)
uses: https://github.com/docker/build-push-action@v5
if: gitea.ref_name == 'master' || gitea.ref_name == ''