test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 35s
Details
Build and Push Docker Image / build_and_push (push) Failing after 35s
Details
This commit is contained in:
parent
334cf422b1
commit
08ec14cafe
|
@ -19,18 +19,18 @@ jobs:
|
|||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
# - name: Login to Docker Registry
|
||||
# uses: docker/login-action@v1
|
||||
# with:
|
||||
# registry: git.coopgo.io
|
||||
# username: ncaron
|
||||
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v1
|
||||
|
||||
# - name: Get Gitea Tags
|
||||
# id: get_tags
|
||||
|
@ -44,9 +44,15 @@ jobs:
|
|||
# run: |
|
||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
context: "{{defaultContext}}"
|
||||
push: true
|
||||
tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||
# - name: Build and push Docker image
|
||||
# uses: docker/build-push-action@v1
|
||||
# with:
|
||||
# context: "{{defaultContext}}"
|
||||
# push: true
|
||||
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
echo "6744954b4a3a43422e62e8d110f90de527ce094d" | docker login git.coopgo.io -u ncaron --password-stdin
|
||||
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
|
||||
docker push git.coopgo.io/coopgo-platform/mobility-accounts
|
Loading…
Reference in New Issue