fix: we do not need to auth with dockerhub so much
Build Container Image / build_arm64 (push) Successful in 38s Details
Build Container Image / build_amd64 (push) Successful in 41s Details
Build Container Image / build_armhf (push) Successful in 1m2s Details
Build Container Image / build_i386 (push) Successful in 39s Details
Build Container Image / push_amd64 (push) Successful in 9s Details
Build Container Image / push_i386 (push) Successful in 11s Details
Build Container Image / push_arm64 (push) Successful in 11s Details
Build Container Image / push_armhf (push) Successful in 10s Details
Build Container Image / push (push) Successful in 1m41s Details
Build Container Image / update_readme (push) Successful in 6s Details
Build Container Image / build (push) Successful in 2m32s Details

This commit is contained in:
Daniel Wolf 2024-03-29 14:53:58 -04:00
parent 80c72d5cf3
commit ad63ea4d1a
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 0 additions and 20 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 == ''
@ -153,11 +143,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 == ''
@ -217,11 +202,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 == ''