This commit is contained in:
parent
e6cbb38070
commit
2d84155716
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: bookworm
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
@ -25,12 +25,16 @@ jobs:
|
|||
# runs-on: docker-dind
|
||||
# steps:
|
||||
- name: Login to Forgejo Container Registry
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
run: |
|
||||
echo "${{ secrets.FORGEJO_PASSWORD }}" | docker login git.k4li.de \
|
||||
-u "${{ vars.FORGEJO_USERNAME }}" \
|
||||
--password-stdin
|
||||
|
||||
- name: Running buildscript
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
run: |
|
||||
./build.sh || echo "Error building docker image via script!"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue