Update action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
2025-11-21 22:14:16 +03:00
parent 44fbbba8cc
commit e6c1764c0c

View File

@@ -40,7 +40,7 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ${{ gitea.repository }}/test-app:latest tags: sirius.klsh.ru/${{ gitea.repository }}/test-app:latest
- name: Job status - name: Job status
run: echo "This job's status is ${{ job.status }}." run: echo "This job's status is ${{ job.status }}."