test workflow build and push on gitea registry
This commit is contained in:
parent
d2624cea51
commit
895f0f4852
|
@ -56,7 +56,4 @@ jobs:
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build . \
|
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test . --build-arg ACCESS_TOKEN_USR=ncaron --build-arg ACCESS_TOKEN_PWD=d0d6447bec4a397869c583022b982f5dce32ef7b
|
||||||
--build-arg ACCESS_TOKEN_USR=ncaron\
|
|
||||||
--build-arg ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d \
|
|
||||||
--tag git.coopgo.io/coopgo-platform/mobility-accounts:test \
|
|
||||||
|
|
Loading…
Reference in New Issue