6
0

Removed explicit inline-config

This commit is contained in:
Jon Michael Aanes 2023-12-05 14:14:36 +01:00
parent 0835545b68
commit b8699f9e7c

View File

@ -36,11 +36,6 @@ jobs:
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2
with:
config-inline: |
[registry.${{ inputs.DOCKER_REG_DOMAIN }}]
http = false
insecure = false
- name: Login to DockerHub
uses: docker/login-action@v2