wip ci/cd
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s
This commit is contained in:
@@ -21,8 +21,8 @@ jobs:
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.madsky.ru
|
||||
username: ${{ vars.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_PASSWORD }}
|
||||
username: ${{ vars.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- name: Push Docker image
|
||||
run: |
|
||||
IMAGE_TAG="git.madsky.ru/vadim/tracker:${{ gitea.sha }}"
|
||||
|
||||
Reference in New Issue
Block a user