debug: pipeline
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 4s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 4s
This commit is contained in:
parent
559f86fdab
commit
367f3096ef
|
@ -9,11 +9,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Print env"
|
- name: "Print env"
|
||||||
run: echo WORKSPACE ${{ GITEA_ACTOR }} REPO ${{ GITEA_TOKEN }} REF ${{ GITEA_REF }}
|
run: echo WORKSPACE ${{ vars,GITEA_ACTOR }} REPO ${{ vars.GITEA_TOKEN }} REF ${{ vars.GITEA_REF }}
|
||||||
- name: "Git clone"
|
- name: "Git clone"
|
||||||
run: git clone ${{ GITEA_REPOSITORY }}
|
run: git clone ${{ vars.GITEA_REPOSITORY }}
|
||||||
- name: "Git switch"
|
- name: "Git switch"
|
||||||
run: git checkout ${{ GITEA_REF }}"
|
run: git checkout ${{ vars.GITEA_REF }}"
|
||||||
- uses: aevea/action-kaniko@master
|
- uses: aevea/action-kaniko@master
|
||||||
name: Run Kaniko to build our docker container.
|
name: Run Kaniko to build our docker container.
|
||||||
with:
|
with:
|
||||||
|
@ -21,5 +21,5 @@ jobs:
|
||||||
tag: ${{ GITEA_REF }}
|
tag: ${{ GITEA_REF }}
|
||||||
tag_with_latest: true
|
tag_with_latest: true
|
||||||
registry: git.kocoder.xyz
|
registry: git.kocoder.xyz
|
||||||
username: ${{ GITEA_ACTOR }}
|
username: ${{ vars,GITEA_ACTOR }}
|
||||||
password: ${{ GITEA_TOKEN }}
|
password: ${{ GITEA_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user