Skip to content

Commit

Permalink
Fix migrations deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Jan 17, 2025
1 parent 9938951 commit b65067a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Deploy to AKS
needs: package
if: always() && (needs.package.result == 'success' || needs.package.result == 'skipped')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

environment:
name: ${{ inputs.environment }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
package:
name: Build & package
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CONTAINER_REGISTRY: ghcr.io

Expand Down

0 comments on commit b65067a

Please sign in to comment.