Skip to content

Commit c9a597b

Browse files
authored
fix: actually push images (#8)
1 parent 16f7f1d commit c9a597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939

4040
- name: Push ephemeral-postgres ${{ matrix.postgres-version }}
4141
if: github.ref_name == 'main'
42-
run: ./bin/test-image.sh "${{ matrix.postgres-version }}"
42+
run: ./bin/push-image.sh "${{ matrix.postgres-version }}"

0 commit comments

Comments
 (0)