Attempt without container
This commit is contained in:
@@ -14,8 +14,6 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
@@ -33,8 +31,6 @@ jobs:
|
||||
run: dotnet test --no-restore --verbosity normal
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
needs: build
|
||||
if: gitea.ref == 'refs/heads/mauster'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user