fix: use orga token
All checks were successful
deploy / deploy (push) Successful in 1m21s

This commit is contained in:
ndsboy 2025-02-24 19:17:04 +00:00
parent 1379a30dcd
commit 999ba5dbdf

View file

@ -17,7 +17,7 @@ jobs:
run: curl ${{ github.server_url }}/${{ github.repository }}/archive/main.tar.gz | tar -xz
- name: login
run: buildah login -u ${{ github.actor }} -p ${{ github.token }} git.swablab.de
run: buildah login -u token -p ${{ secrets.SWABLAB_ORGA_PACKAGE_TOKEN }} git.swablab.de
- name: build
run: buildah build -f website/Containerfile -t git.swablab.de/${{ github.repository }}:latest website