DRAFT: update deps #873
@ -11,9 +11,9 @@ env:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
container:
|
||||
image: git.hofer.link/philipp/ci-images:rust-latest
|
||||
force_pull: true
|
||||
options: --pull always
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run Test DB Script
|
||||
@ -39,9 +39,7 @@ jobs:
|
||||
|
||||
deploy-staging:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: git.hofer.link/philipp/ci-images:rust-latest
|
||||
force_pull: true
|
||||
container: git.hofer.link/philipp/ci-images:rust-latest
|
||||
needs: [test]
|
||||
if: github.ref == 'refs/heads/staging'
|
||||
steps:
|
||||
@ -84,9 +82,7 @@ jobs:
|
||||
|
||||
deploy-main:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: git.hofer.link/philipp/ci-images:rust-latest
|
||||
force_pull: true
|
||||
container: git.hofer.link/philipp/ci-images:rust-latest
|
||||
needs: [test]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user