DRAFT: update deps #873

Open
philipp wants to merge 8 commits from update-deps into main
Showing only changes of commit 58e3140376 - Show all commits

View File

@ -11,7 +11,9 @@ env:
jobs:
test:
runs-on: ubuntu-latest
container: git.hofer.link/philipp/ci-images:rust-latest
container:
image: git.hofer.link/philipp/ci-images:rust-latest
force_pull: true
steps:
- uses: actions/checkout@v3
- name: Run Test DB Script
@ -37,7 +39,9 @@ jobs:
deploy-staging:
runs-on: ubuntu-latest
container: git.hofer.link/philipp/ci-images:rust-latest
container:
image: git.hofer.link/philipp/ci-images:rust-latest
force_pull: true
needs: [test]
if: github.ref == 'refs/heads/staging'
steps:
@ -80,7 +84,9 @@ jobs:
deploy-main:
runs-on: ubuntu-latest
container: git.hofer.link/philipp/ci-images:rust-latest
container:
image: git.hofer.link/philipp/ci-images:rust-latest
force_pull: true
needs: [test]
if: github.ref == 'refs/heads/main'
steps: