* MOD: finalize tests stage again
build_and_push / build_and_push (push) Failing after 34s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-20 13:24:17 +01:00
parent 94ff9c4fe8
commit 9eb41f69eb
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -9,10 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: printenv
run: printenv
- name: cat config.json
run: cat config.json
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
- name: Install parallel
+1 -1
View File
@@ -1,7 +1,7 @@
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "$DOCKERAUTH"
"auth": "dWxlZW51Y2tzOjE2MjY5MGMzLTk3NzUtNDJkZC05MjQ0LWMxOWI3YmM1N2Q5ZA=="
}
}
}