This commit is contained in:
parent
1379a30dcd
commit
999ba5dbdf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue