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 f8ba45ada3 - Show all commits

View File

@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
config-inline: | config-inline: |
[registry.${{ vars.DOCKER_REPO }}] [registry."${{ vars.DOCKER_REPO }}"]
http = true http = true
insecure = true insecure = true
- name: Build and push - name: Build and push