добавил автосборку

This commit is contained in:
artem 2024-01-08 15:03:19 +03:00
parent 930c9849b7
commit 6af13bea6b
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ jobs:
- name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: gitea.webart-tech.ru
- name: Build and push
uses: https://github.com/docker/build-push-action@v5