test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 21s
Details
Build and Push Docker Image / build_and_push (push) Failing after 21s
Details
This commit is contained in:
parent
11a8839fcd
commit
8943b0aefa
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Installation de Docker
|
||||
# - name: Install Docker
|
||||
|
@ -24,17 +24,17 @@ jobs:
|
|||
# run: service docker start
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
# - name: Get Gitea Tags
|
||||
# id: get_tags
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v1
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: "{{defaultContext}}"
|
||||
push: true
|
||||
|
|
Loading…
Reference in New Issue