ci: Remove Docker Hub login step from Gitea CI workflow.
Build Docker Container using Multistage Build / build (push) Successful in 10m39s
Build Docker Container using Multistage Build / build (push) Successful in 10m39s
This commit is contained in:
@@ -17,10 +17,6 @@ jobs:
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v6
|
||||
|
||||
- name: Docker login to Docker Hub
|
||||
run: |
|
||||
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login docker.io \
|
||||
--username "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
|
||||
- name: Docker login to Gitea Registry
|
||||
run: |
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.hnrx.net \
|
||||
|
||||
Reference in New Issue
Block a user