Pipeline triggern
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 33m16s

This commit is contained in:
Eric Neuber 2026-03-20 10:55:02 +01:00
parent 87343e354b
commit e96af3ac7e
2 changed files with 4 additions and 2 deletions

View File

@ -17,9 +17,11 @@ jobs:
VERSION=$(cat VERSION)
sed -i "s/^version = \"__VERSION__\"/version = \"$VERSION\"/" Cargo.toml
- name: Build image with Podman
env:
BUILDAH_ISOLATION: chroot
run: |
VERSION=$(cat VERSION)
podman build -t paramod:latest -t git.skaville.rocks/eneuber/paramod:$VERSION .
podman build --network=host -t paramod:latest -t git.skaville.rocks/eneuber/paramod:$VERSION .
- name: Login to Gitea Registry
run: echo ${{ secrets.REGISTRY_TOKEN }} | podman login -u ${{ secrets.USER }} --password-stdin git.skaville.rocks
- name: Push image with version