Adding login to docker hub
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend) (push) Failing after 17s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend) (push) Failing after 22s

This commit is contained in:
Phill Pover 2025-03-27 10:34:42 +00:00
parent fb3a02333e
commit 1acb685b75

View File

@ -20,7 +20,12 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to container registry - name: Loging to docker hub registry
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Login to gitea container registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.anatid.net registry: git.anatid.net