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