test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 11s
Details
Build and Push Docker Image / test (push) Failing after 11s
Details
This commit is contained in:
parent
75b222a3c0
commit
99b72aa390
|
@ -33,9 +33,15 @@ jobs:
|
|||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
- name: runner
|
||||
image: gitea/act_runner:nightly-dind-rootless
|
||||
image: docker:20.10.7
|
||||
imagePullPolicy: Always
|
||||
run: sleep 10 && chmod a+rwx /run/user/1000/docker.sock & /usr/bin/supervisord -c /etc/supervisord.conf
|
||||
run: |
|
||||
docker --version
|
||||
dockerd &
|
||||
pwd
|
||||
ls -la
|
||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN
|
||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||
|
||||
# checkout_repository:
|
||||
# runs-on:
|
||||
|
|
Loading…
Reference in New Issue