test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 38s Details

This commit is contained in:
Nicolas CARON 2024-03-06 12:20:03 +01:00
parent b1fbc33792
commit 3ffca66344
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
# push: true # push: true
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test" # tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
- name: Build Docker image - 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 - 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