Skip to content

Commit

Permalink
fix: schema for python and tag names (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 19, 2024
1 parent 9b368d6 commit 7267caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
packages: write
strategy:
matrix:
package: [migrations, backend, frontend]
package: [backend-go, backend-py, backend-java, migrations-go, migrations-py]
timeout-minutes: 1
steps:
- uses: shrink/actions-docker-registry-tag@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- name: FLYWAY_BASELINE_ON_MIGRATE
value: "true"
- name: FLYWAY_DEFAULT_SCHEMA
value: "py-api"
value: "py_api"
- name: FLYWAY_CONNECT_RETRIES
value: "10"
resources:
Expand Down

0 comments on commit 7267caa

Please sign in to comment.