Update release-tag.yml
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
This commit is contained in:
parent
dd4c0544cc
commit
e840f94eff
@ -14,6 +14,10 @@ jobs:
|
|||||||
run: git clone ${{ GITEA_REPOSITORY }}
|
run: git clone ${{ GITEA_REPOSITORY }}
|
||||||
- name: "Git switch"
|
- name: "Git switch"
|
||||||
run: git checkout ${{ GITEA_REF }}
|
run: git checkout ${{ GITEA_REF }}
|
||||||
|
- name: "WHOAMI"
|
||||||
|
run: |
|
||||||
|
"echo $(whoami)"
|
||||||
|
"echo (whoami)"
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
name: Setup docker buildx
|
name: Setup docker buildx
|
||||||
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user