This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
- name: Log in to container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: sirius.klsh.ru
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: sirius.klsh.ru/${{ gitea.repository }}/test-app:latest
|
||||
tags: sirius.klsh.ru/${{ gitea.organisation }}/test-app:latest
|
||||
|
||||
- name: Job status
|
||||
run: echo "This job's status is ${{ job.status }}."
|
||||
|
||||
Reference in New Issue
Block a user