Skip to content

Commit

Permalink
Update redgate/flyway Docker tag to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 829265c commit 1c32d8b
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-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: mkdir src/database/reports

- name: Run Flyway Report
uses: docker://redgate/flyway:9
uses: docker://redgate/flyway:10
with:
args: >-
check -changes -drift
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "version=$(cat deployment/worms.davideadie.dev/database-version.txt)" >> $GITHUB_OUTPUT

- name: Run Flyway Migrate
uses: docker://redgate/flyway:9
uses: docker://redgate/flyway:10
with:
args: >-
info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hub-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Test Flyway Migrations
uses: docker://redgate/flyway:9
uses: docker://redgate/flyway:10
with:
args: >-
-locations="filesystem:/github/workspace/src/database/migrations"
Expand Down

0 comments on commit 1c32d8b

Please sign in to comment.