change docker actions url
Build PCHL / build (push) Failing after 11s
Details
Build PCHL / build (push) Failing after 11s
Details
This commit is contained in:
parent
dc3eb4ba95
commit
eeb4913e0d
|
|
@ -15,9 +15,9 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- name: Build pchl using Dockerfile
|
- name: Build pchl using Dockerfile
|
||||||
uses: docker/build-push-action@v2
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: pchl:${{ gitea.tag }}
|
tags: pchl:${{ gitea.tag }},pchl:${{gitea.sha}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue