test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 38s
Details
Build and Push Docker Image / build_and_push (push) Failing after 38s
Details
This commit is contained in:
parent
e02d969e52
commit
d15a8be61a
|
@ -16,11 +16,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install sysytemctl
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y systemd
|
||||
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apt-get update
|
||||
|
@ -36,7 +31,7 @@ jobs:
|
|||
- name: Run Docker
|
||||
run: |
|
||||
docker --version
|
||||
service docker start
|
||||
dockerd
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||
|
||||
|
|
Loading…
Reference in New Issue