test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 9s
Details
Build and Push Docker Image / build_and_push (push) Failing after 9s
Details
This commit is contained in:
parent
4cf7fb9eba
commit
24e89bd151
|
@ -26,13 +26,13 @@ jobs:
|
||||||
username: ncaron
|
username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
- name: Start Docker
|
# - name: Start Docker
|
||||||
run: |
|
# run: |
|
||||||
service docker start
|
# service docker start
|
||||||
service docker status
|
# service docker status
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
# uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
# - name: Get Gitea Tags
|
# - name: Get Gitea Tags
|
||||||
# id: get_tags
|
# id: get_tags
|
||||||
|
@ -46,9 +46,14 @@ jobs:
|
||||||
# run: |
|
# run: |
|
||||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||||
|
|
||||||
- name: Build and push Docker image
|
# - name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
# uses: docker/build-push-action@v2
|
||||||
with:
|
# with:
|
||||||
context: "{{defaultContext}}"
|
# context: "{{defaultContext}}"
|
||||||
push: true
|
# push: true
|
||||||
tags: "git.coopgo.io/coopgo-platform/mobilityaccounts:test"
|
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||||
|
- name: Build Docker image
|
||||||
|
run: docker build -t git.coopgo.io/coopgo-platform/mobilityaccounts:test .
|
||||||
|
|
||||||
|
- name: Push Docker image
|
||||||
|
run: docker push git.coopgo.io/coopgo-platform/mobilityaccounts:test
|
Loading…
Reference in New Issue