Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 17s
Details
CICD / Explore-Gitea-Actions (push) Failing after 17s
Details
add git checkout
This commit is contained in:
parent
0e72299c3e
commit
5af9b7ae9b
|
@ -6,6 +6,7 @@ jobs:
|
|||
Explore-Gitea-Actions:
|
||||
runs-on: my_custom_label
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # Checks out your repository
|
||||
- name: Build Dockerfile
|
||||
run: |
|
||||
export BUILDIMGTAG="`cat Dockerfile | tail -n1 | sed 's/^.*\///g'`"
|
||||
|
|
Loading…
Reference in New Issue