Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 14s Details

This commit is contained in:
builderadmin 2025-10-08 18:48:18 +00:00
parent 5af9b7ae9b
commit 82a2a44103
1 changed files with 1 additions and 1 deletions

View File

@ -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'`"