Skip to content

Commit f626bea

Browse files
authored
lint: remove extra spaces
Removed unnecessary blank lines and ensured proper formatting in the CI workflow.
1 parent 1d19871 commit f626bea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tags: |
4242
flyio/postgres-flex:15
4343
flyio/postgres-flex:15.15
44-
44+
4545
- name: Build and push Postgres 15 Timescale DB
4646
id: docker_build_15_timescaledb
4747
uses: docker/build-push-action@v6
@@ -71,7 +71,7 @@ jobs:
7171
tags: |
7272
flyio/postgres-flex:16
7373
flyio/postgres-flex:16.11
74-
74+
7575
- name: Build and push Postgres 16 Timescale DB
7676
id: docker_build_16_timescaledb
7777
uses: docker/build-push-action@v6
@@ -101,7 +101,7 @@ jobs:
101101
tags: |
102102
flyio/postgres-flex:17
103103
flyio/postgres-flex:17.7
104-
104+
105105
- name: Build and push Postgres 17 Timescale DB
106106
id: docker_build_17_timescaledb
107107
uses: docker/build-push-action@v6
@@ -131,7 +131,7 @@ jobs:
131131
tags: |
132132
flyio/postgres-flex:18
133133
flyio/postgres-flex:18.1
134-
134+
135135
- name: Build and push Postgres 18 Timescale DB
136136
id: docker_build_18_timescaledb
137137
uses: docker/build-push-action@v6
@@ -164,9 +164,9 @@ jobs:
164164

165165
- name: Postgres 17 TimescaleDB Image digest
166166
run: echo ${{ steps.docker_build_17_timescaledb.outputs.digest }}
167-
167+
168168
- name: Postgres 18 Image digest
169169
run: echo ${{ steps.docker_build_18.outputs.digest }}
170-
170+
171171
- name: Postgres 18 TimescaleDB Image digest
172172
run: echo ${{ steps.docker_build_18_timescaledb.outputs.digest }}

0 commit comments

Comments
 (0)