We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f7f1d commit c9a597bCopy full SHA for c9a597b
.github/workflows/cd.yaml
@@ -39,4 +39,4 @@ jobs:
39
40
- name: Push ephemeral-postgres ${{ matrix.postgres-version }}
41
if: github.ref_name == 'main'
42
- run: ./bin/test-image.sh "${{ matrix.postgres-version }}"
+ run: ./bin/push-image.sh "${{ matrix.postgres-version }}"
0 commit comments