own-dockerfile #166
@ -11,8 +11,7 @@ env:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240117
|
||||
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240117
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run Test DB Script
|
||||
@ -35,7 +34,7 @@ jobs:
|
||||
|
||||
deploy-staging:
|
||||
runs-on: ubuntu-latest
|
||||
image: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240117
|
||||
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240117
|
||||
needs: [test]
|
||||
if: github.ref == 'refs/heads/staging'
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user