Workflow Action for Docker Repo #2

Merged
kpohl merged 9 commits from refs/pull/2/head into main 2024-11-03 18:57:38 +01:00
Showing only changes of commit 027da555ab - Show all commits

View File

@ -29,6 +29,10 @@ jobs:
with: with:
images: | images: |
${{ vars.DOCKER_REPO }}/costhive ${{ vars.DOCKER_REPO }}/costhive
config-inline: |
[registry.${{ vars.DOCKER_REPO }}]
http = true
insecure = true
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Build and push - name: Build and push