update
This commit is contained in:
parent
52b2a50782
commit
d073520fc9
@ -25,6 +25,9 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
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
|
- name: Build and Push Docker Compose Services
|
||||||
run: |
|
run: |
|
||||||
docker buildx bake --push
|
docker buildx bake --push
|
||||||
|
Loading…
Reference in New Issue
Block a user