Skip to content

Commit a3e6999

Browse files
committed
ci: build before publish
1 parent 024a0c4 commit a3e6999

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: push
33
jobs:
44
publish:
55
runs-on: ubuntu-latest
6+
env:
7+
COMPOSE_EXPERIMENTAL_OCI_REMOTE: "1"
68
steps:
79
- uses: actions/checkout@v4
810
- uses: docker/setup-buildx-action@v3
@@ -11,6 +13,7 @@ jobs:
1113
registry: ghcr.io
1214
username: ${{ github.repository_owner }}
1315
password: ${{ secrets.GITHUB_TOKEN }}
16+
- run: docker compose build --push
1417
- run: docker compose alpha publish ghcr.io/withlogicco/postgres
1518

1619
config:

0 commit comments

Comments
 (0)