From e9158f00b8d4aa90d9f0f3816744f1ce3672e7a8 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 13 Dec 2023 01:13:57 +0100 Subject: [PATCH] try pushing image --- .gitea/workflows/container.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/container.yaml b/.gitea/workflows/container.yaml index 2a53e6b..0e7bcbe 100644 --- a/.gitea/workflows/container.yaml +++ b/.gitea/workflows/container.yaml @@ -10,8 +10,8 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: - image: docker.io/thallian/alpine-s6 - tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest + image: thallian/alpine-s6 + tags: ${{ gitea.ref_name }} ${{ gitea.sha }} archs: arm64, amd64 containerfiles: | ./Containerfile