test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 36s
Details
Build and Push Docker Image / build_and_push (push) Failing after 36s
Details
This commit is contained in:
parent
576e9f5774
commit
02229478ec
|
@ -19,9 +19,10 @@ jobs:
|
|||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
service docker start
|
||||
echo "6744954b4a3a43422e62e8d110f90de527ce094d" | docker login git.coopgo.io -u ncaron --password-stdin
|
||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts
|
||||
|
||||
- name: Start Docker
|
||||
run: service docker start
|
||||
|
||||
# - name: Login to Docker Registry
|
||||
# uses: docker/login-action@v1
|
||||
|
@ -55,8 +56,8 @@ jobs:
|
|||
# push: true
|
||||
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
echo "6744954b4a3a43422e62e8d110f90de527ce094d" | docker login git.coopgo.io -u ncaron --password-stdin
|
||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts
|
||||
# - name: Deploy
|
||||
# run: |
|
||||
# echo "6744954b4a3a43422e62e8d110f90de527ce094d" | docker login git.coopgo.io -u ncaron --password-stdin
|
||||
# docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
# docker push git.coopgo.io/coopgo-platform/mobility-accounts
|
Loading…
Reference in New Issue