Include debug output in the pipeline
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 40s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 40s
This commit is contained in:
parent
95b9023a8e
commit
d75005941d
|
@ -8,6 +8,12 @@ jobs:
|
||||||
name: Build the docker container
|
name: Build the docker container
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Print env vars
|
||||||
|
run: echo ${{ var.GITEA_SHA }}
|
||||||
|
- name: Print env vars2
|
||||||
|
run: echo ${{ github.repository }}
|
||||||
|
- name: Print env vars3
|
||||||
|
run: echo ${{ gitea.repository }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: ⬇️ Checking out the repository
|
name: ⬇️ Checking out the repository
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user