wip ci/cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m22s

This commit is contained in:
2026-03-07 14:08:33 +03:00
parent 44c675c02f
commit ebd153d2a7
2 changed files with 7 additions and 7 deletions

View File

@@ -17,12 +17,12 @@ jobs:
# go-version: '1.25'
- name: Docker build
run: docker build --tag git.madsky.ru/vadim/tracker:latest .
- name: Login to gitea
uses: docker/login-action@v4
with:
registry: git.madsky.ru
username: ${{ vars.GITEA_USERNAME }}
password: ${{ secrets.GITEA_PASSWORD }}
# - name: Login to gitea
# uses: docker/login-action@v4
# with:
# registry: git.madsky.ru
# username: ${{ vars.GITEA_USERNAME }}
# password: ${{ secrets.GITEA_PASSWORD }}
- name: Push Docker image
run: |
IMAGE_TAG="git.madsky.ru/vadim/tracker:latest:${{ gitea.sha }}"