test
Some checks failed
Gitea Ansible Docker image build and publish / Push Docker image to Docker Hub (push) Failing after 1m15s

This commit is contained in:
Andrey Sokolovskiy 2024-12-11 01:52:17 +07:00
parent f05da1c1f6
commit 6e12228640

View File

@ -20,8 +20,10 @@ jobs:
- name: Log in to Docker Hub
uses: actions/docker-login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: git.unbind.ru
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta