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