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

This commit is contained in:
2025-11-21 22:53:00 +03:00
parent 41dab9c16b
commit 271151a3f4

View File

@@ -40,7 +40,7 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: sirius.klsh.ru/${{ gitea.organisation }}/test-app:latest tags: sirius.klsh.ru/${{ gitea.repository_owner }}/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 }}."