Explorar o código

kaniko multiarch build with build and push - fix

crocandr %!s(int64=2) %!d(string=hai) anos
pai
achega
4aafcd534c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -102,7 +102,7 @@ jobs:
 
           # create dockerhub login file
           echo '{ "auths": { "https://index.docker.io/v1/": { "auth": "---CHANGEME---" } } }' > config.json
-          sed -i "s@---CHANGEME---@$( $DOCKERHUB_USER:$DOCKERHUB_PASS | base64 )@g" config.json
+          sed -i "s@---CHANGEME---@$( echo $DOCKERHUB_USER:$DOCKERHUB_PASS | base64 )@g" config.json
           cat config.json
 
           # setup for kaniko multiarch build