test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 0s
Some checks failed
Build and Push Docker Image / test (push) Failing after 0s
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -32,11 +32,10 @@ jobs:
|
|||||||
username: ncaron
|
username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
- name: Docker Build and Push
|
- name: runner
|
||||||
image: docker:20.10.7
|
image: gitea/act_runner:nightly-dind-rootless
|
||||||
run: |
|
imagePullPolicy: Always
|
||||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d .
|
command: ["sh", "-c", "(sleep 10 && chmod a+rwx /run/user/1000/docker.sock) & /usr/bin/supervisord -c /etc/supervisord.conf"]
|
||||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
|
||||||
|
|
||||||
# checkout_repository:
|
# checkout_repository:
|
||||||
# runs-on:
|
# runs-on:
|
||||||
|
|||||||
Reference in New Issue
Block a user