test
Build and Push Docker Image / checkout_repository (push) Failing after 8s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 8s
Details
This commit is contained in:
parent
d456eb80d4
commit
ba05c496b2
|
@ -22,6 +22,10 @@ jobs:
|
||||||
mv -v bin/* /usr/local/bin/
|
mv -v bin/* /usr/local/bin/
|
||||||
buildctl --help
|
buildctl --help
|
||||||
|
|
||||||
|
- name: Set up Buildkit address
|
||||||
|
run: |
|
||||||
|
echo "export BUILDKIT_HOST=tcp://127.0.0.1:1234" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
buildctl build --frontend dockerfile.v0 --local context=. --local dockerfile=. --opt build-arg=ACCESS_TOKEN_USR=ncaron --opt build-arg=ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d --output type=image,name=git.coopgo.io/coopgo-platform/mobility-accounts:test,push=true,registry.insecure=true --addr tcp://localhost:1234
|
buildctl build --frontend dockerfile.v0 --local context=. --local dockerfile=. --opt build-arg=ACCESS_TOKEN_USR=ncaron --opt build-arg=ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d --output type=image,name=git.coopgo.io/coopgo-platform/mobility-accounts:test,push=true,registry.insecure=true --addr tcp://localhost:1234
|
||||||
|
|
Loading…
Reference in New Issue