* MOD: finalize test stage holy crap #5
Some checks failed
build_and_push / build_and_push (push) Failing after 2s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-20 13:55:16 +01:00
parent 09e68d3287
commit 9732fa9f98
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login to docker
run: mkdir -p $HOME/.docker && cp config.json $HOME/.docker/config.json
run: mkdir -p $HOME/.docker && cp config.json $HOME/.docker/config.json && sed -i "s/#DOCKERAUTH/{{ secrets.DOCKERAUTH }}/g" $HOME/.docker/config.json && cat $HOME/.docker/config.json && exit 1
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
- name: Install parallel

View File

@@ -1,7 +1,7 @@
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "dWxlZW51Y2tzOjE2MjY5MGMzLTk3NzUtNDJkZC05MjQ0LWMxOWI3YmM1N2Q5ZA=="
"auth": "#DOCKERAUTH"
}
}
}