test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 12s
Some checks failed
Build and Push Docker Image / test (push) Failing after 12s
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -31,6 +31,12 @@ jobs:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
- 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=6744954b4a3a43422e62e8d110f90de527ce094d .
|
||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||
|
||||
# checkout_repository:
|
||||
# runs-on:
|
||||
# group: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user