Pipeline triggern
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 33m16s
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 33m16s
This commit is contained in:
parent
87343e354b
commit
e96af3ac7e
@ -17,9 +17,11 @@ jobs:
|
|||||||
VERSION=$(cat VERSION)
|
VERSION=$(cat VERSION)
|
||||||
sed -i "s/^version = \"__VERSION__\"/version = \"$VERSION\"/" Cargo.toml
|
sed -i "s/^version = \"__VERSION__\"/version = \"$VERSION\"/" Cargo.toml
|
||||||
- name: Build image with Podman
|
- name: Build image with Podman
|
||||||
|
env:
|
||||||
|
BUILDAH_ISOLATION: chroot
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(cat VERSION)
|
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
|
- name: Login to Gitea Registry
|
||||||
run: echo ${{ secrets.REGISTRY_TOKEN }} | podman login -u ${{ secrets.USER }} --password-stdin git.skaville.rocks
|
run: echo ${{ secrets.REGISTRY_TOKEN }} | podman login -u ${{ secrets.USER }} --password-stdin git.skaville.rocks
|
||||||
- name: Push image with version
|
- name: Push image with version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user