test workflow build and push on gitea registry
This commit is contained in:
parent
472796c444
commit
a9eb91bd83
|
@ -35,7 +35,7 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
volumes:
|
||||
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
|
||||
- /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
||||
|
||||
steps:
|
||||
- name: Login to Docker Registry
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
container:
|
||||
image: docker:20.10.7
|
||||
volumes:
|
||||
- /workspace/coopgo-platform/mobility-accounts/data:/workspace/coopgo-platform/mobility-accounts/data
|
||||
- /workspace/coopgo-platform/mobility-accounts:/workspace/coopgo-platform/mobility-accounts
|
||||
steps:
|
||||
# - name: Run Docker
|
||||
# run: |
|
||||
|
|
Loading…
Reference in New Issue