Move the build actions from Forgejo actions to docker build actions

This commit is contained in:
nono-lqdn 2026-06-15 11:47:27 +02:00
parent 67c7ede78e
commit 2bf6719f70

View file

@ -9,19 +9,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Pandoc
run: |
apt-get update
apt-get install -y pandoc
- name: Generate guide.html
run: bash update-guide.sh
- name: Install Podman
run: |
apt-get update
apt-get install -y podman
- name: Podman Login
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin