diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 2aa0fba..dc4e49c 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: my_custom_label + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 # Checks out your repository - name: Build Dockerfile