Skip to content

Commit

Permalink
php 8.1 deployment image fix (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek authored Sep 22, 2022
1 parent 5baff8b commit 9335f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: test-srs.skauting.cz
runs-on: ubuntu-20.04
container:
image: skaut/lebeda:8.0
image: skaut/lebeda:8.1
env:
CONFIG_DATABASE_HOST: ${{ secrets.CONFIG_DATABASE_HOST }}
CONFIG_DATABASE_NAME: ${{ secrets.CONFIG_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
environment: ${{ github.event.inputs.environment }}
runs-on: ubuntu-20.04
container:
image: skaut/lebeda:8.0
image: skaut/lebeda:8.1
env:
CONFIG_DATABASE_HOST: ${{ secrets.CONFIG_DATABASE_HOST }}
CONFIG_DATABASE_NAME: ${{ secrets.CONFIG_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
environment: srs.skauting.cz
runs-on: ubuntu-20.04
container:
image: skaut/lebeda:8.0
image: skaut/lebeda:8.1
env:
CONFIG_DATABASE_HOST: ${{ secrets.CONFIG_DATABASE_HOST }}
CONFIG_DATABASE_NAME: ${{ secrets.CONFIG_DATABASE_NAME }}
Expand Down

0 comments on commit 9335f05

Please sign in to comment.