.
Some checks failed
Test action / Print hello world (push) Failing after 7s

This commit is contained in:
Chris Kruining 2025-09-04 13:21:05 +02:00
parent b2cb74657e
commit c7f3ed7cd6
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 83 additions and 1 deletions

View file

@ -40,13 +40,15 @@ jobs:
export TEMP=/tmp/podman
export XDG_RUNTIME_DIR=/tmp/podman
modprobe fuse
- name: Log into registry
run: |
podman login --username "${{ forge.actor }}" --password "${{ forge.token }}" ${{ env.registry }}
- name: Build image
run: >-
sudo podman build
podman build
-t ${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
-f Dockerfile.default
modules/nixos/services/development/forgejo