-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.6: Upgrade Alpine, pgTAP, and Sqitch
- Upgrade Sqitch to version [1.4.1][sqitch-1.4.1]. - Upgrade Alpine to version [3.19][alpine-3.19]. - Upgrade pgTAP to [1.3.2][pgtap-1.3.2]. - Rename `run` to `kineticcafe-sqitch-pgtap`. - Added an `install` script to install `kineticcafe-sqitch-pgtap` and optional symlinks. - Delay release create until the image is successfully published.
- Loading branch information
1 parent
fd62d31
commit 872dfd0
Showing
9 changed files
with
248 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,6 @@ on: | |
required: true | ||
|
||
jobs: | ||
make-release: | ||
runs-on: ubuntu-latest | ||
name: Create Release | ||
steps: | ||
- uses: actions/checkout@v4 | ||
if: github.event_name == 'push' | ||
- uses: actions/checkout@v4 | ||
if: github.event_name == 'workflow_dispatch' | ||
with: | ||
ref: refs/tags/${{ github.event.inputs.tag }} | ||
- uses: ghalactic/github-release-from-tag@v5 | ||
with: | ||
summaryEnabled: false | ||
publish-image: | ||
name: Build and Push to Docker Hub | ||
runs-on: ubuntu-latest | ||
|
@@ -75,6 +62,7 @@ jobs: | |
push: true | ||
tags: ${{ steps.meta.outputs.tags }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
annotations: ${{ steps.meta.outputs.annotations }} | ||
build-args: | | ||
ALPINE_VERSION=${{ fromJSON(steps.package-versions.outputs.data).alpine.version }} | ||
PGTAP_VERSION=${{ fromJSON(steps.package-versions.outputs.data).pgtap.version }} | ||
|
@@ -88,6 +76,10 @@ jobs: | |
cache-from: type=gha | ||
cache-to: type=gha,mode=max | ||
|
||
- uses: ghalactic/github-release-from-tag@v5 | ||
with: | ||
summaryEnabled: false | ||
|
||
- uses: peter-evans/[email protected] | ||
with: | ||
repository: kineticcafe/sqitch-pgtap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"defaults": { | ||
"alpine": "3.18" | ||
"alpine": "3.19" | ||
}, | ||
"postgres": [ | ||
{ | ||
|
Oops, something went wrong.