From eeb4913e0d01f1986f852df151d7551195908c08 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce Date: Wed, 10 Jan 2024 14:26:29 +0100 Subject: [PATCH] change docker actions url --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 4ca39fd..00a8d8c 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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}}