test workflow build and push on gitea registry
This commit is contained in:
parent
2259eee40b
commit
414e9db9cf
|
@ -54,6 +54,10 @@ jobs:
|
|||
# run: |
|
||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||
|
||||
- name: Check folder
|
||||
run: |
|
||||
ls -la
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=d0d6447bec4a397869c583022b982f5dce32ef7b .
|
||||
|
|
Loading…
Reference in New Issue