Loading .gitea/workflows/build.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,9 @@ on: # build job jobs: build: # build container Build: runs-on: 'ubuntu-latest' steps: Loading Loading @@ -38,7 +40,7 @@ jobs: # ansible deployment deployment: Deployment: runs-on: 'ubuntu-latest' steps: Loading Loading
.gitea/workflows/build.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,9 @@ on: # build job jobs: build: # build container Build: runs-on: 'ubuntu-latest' steps: Loading Loading @@ -38,7 +40,7 @@ jobs: # ansible deployment deployment: Deployment: runs-on: 'ubuntu-latest' steps: Loading