[test runner]
This commit is contained in:
@@ -30,11 +30,11 @@ jobs:
|
||||
- name: Show Information
|
||||
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
||||
|
||||
- name: Git clone private repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ gitea.repository }}
|
||||
token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
# - name: Git clone private repository
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# repository: ${{ gitea.repository }}
|
||||
# token: ${{ secrets.REPO_PULL_GITEA }}
|
||||
|
||||
- name: Login to docker private registry
|
||||
uses: docker/login-action@v3
|
||||
@@ -43,6 +43,9 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_DOCKER_USER }}
|
||||
password: ${{ secrets.REGISTRY_DOCKER_PASS }}
|
||||
|
||||
|
||||
- run: git --help
|
||||
|
||||
- name: Build and push image in registry
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user