fix: korrigiere Anführungszeichen für Docker Buildx Konfiguration in der CI
This commit is contained in:
@@ -33,8 +33,8 @@ jobs:
|
||||
with:
|
||||
buildkitd-config-inline: |
|
||||
[registry."git.hnrx.net"]
|
||||
username = ${{ secrets.DOCKER_USERNAME }}
|
||||
password = ${{ secrets.DOCKER_PASSWORD }}
|
||||
username = "${{ secrets.DOCKER_USERNAME }}"
|
||||
password = "${{ secrets.DOCKER_PASSWORD }}"
|
||||
- name: Build and Push Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user