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 024a0c4 commit a3e6999Copy full SHA for a3e6999
.github/workflows/ci.yml
@@ -3,6 +3,8 @@ on: push
3
jobs:
4
publish:
5
runs-on: ubuntu-latest
6
+ env:
7
+ COMPOSE_EXPERIMENTAL_OCI_REMOTE: "1"
8
steps:
9
- uses: actions/checkout@v4
10
- uses: docker/setup-buildx-action@v3
@@ -11,6 +13,7 @@ jobs:
11
13
registry: ghcr.io
12
14
username: ${{ github.repository_owner }}
15
password: ${{ secrets.GITHUB_TOKEN }}
16
+ - run: docker compose build --push
17
- run: docker compose alpha publish ghcr.io/withlogicco/postgres
18
19
config:
0 commit comments