test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 38s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 38s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
# push: true
|
||||
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||
- name: Build Docker image
|
||||
run: docker build -t git.coopgo.io/coopgo-platform/mobilityaccounts:test .
|
||||
run: docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
|
||||
- name: Push Docker image
|
||||
run: docker push git.coopgo.io/coopgo-platform/mobilityaccounts:test
|
||||
run: docker push git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||
Reference in New Issue
Block a user