* MOD: finalize test stage holy crap #5
Some checks failed
build_and_push / build_and_push (push) Failing after 2s
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:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"auths": {
|
||||
"https://index.docker.io/v1/": {
|
||||
"auth": "dWxlZW51Y2tzOjE2MjY5MGMzLTk3NzUtNDJkZC05MjQ0LWMxOWI3YmM1N2Q5ZA=="
|
||||
"auth": "#DOCKERAUTH"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user