change docker actions url
Build PCHL / build (push) Failing after 11s Details

This commit is contained in:
Guillaume Dorce 2024-01-10 14:26:29 +01:00
parent dc3eb4ba95
commit eeb4913e0d
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Build pchl using Dockerfile
uses: docker/build-push-action@v2
uses: https://github.com/docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false
tags: pchl:${{ gitea.tag }}
tags: pchl:${{ gitea.tag }},pchl:${{gitea.sha}}