This commit is contained in:
bjoernellens1 2023-09-26 12:26:35 +02:00 committed by GitHub
parent 52b2a50782
commit d073520fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GHCR_PAT }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
- name: Build and Push Docker Compose Services
run: |
docker buildx bake --push