From b97f805292a4432e3fbd5639d3a4c1ffd9322650 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 4 Jan 2024 20:49:22 +0100 Subject: [PATCH] Change container image --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index fade14f..5be0045 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -7,8 +7,6 @@ on: release: types: [published] - - env: REGISTRY: gitea.bruyant.xyz IMAGE_NAME: ${{ gitea.repository }} @@ -16,6 +14,8 @@ env: jobs: build-and-push-image: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest permissions: contents: read packages: write