make action config generic

This commit is contained in:
Sebastian Hugentobler 2023-12-13 01:18:46 +01:00
parent 1893984702
commit de9aca741a
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -10,7 +10,7 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: thallian/alpine-s6
image: ${{ secrets.DOCKERHUB_USER }}/${{ gitea.repository }}
tags: ${{ gitea.ref_name }} ${{ gitea.sha }}
archs: arm64, amd64
containerfiles: |