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