now on the speedy machine?
All checks were successful
Build and Push to Forgejo Registry / checkout (push) Successful in 1m47s
All checks were successful
Build and Push to Forgejo Registry / checkout (push) Successful in 1m47s
This commit is contained in:
parent
ddb987be87
commit
ff50d5ffe4
1 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,9 @@ name: Build and Push to Forgejo Registry
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- '**/Dockerfile'
|
||||||
|
- '**/build-and-push.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
|
@ -14,9 +17,9 @@ jobs:
|
||||||
- name: Login to Forgejo Container Registry
|
- name: Login to Forgejo Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.k4li.de
|
registry: ${{ vars.FORGEJO_URL }}
|
||||||
username: ${{ vars.FORGEJO_USERNAME }}
|
username: ${{ vars.FORGEJO_USERNAME }}
|
||||||
password: ${{ vars.FORGEJO_PASSWORD }}
|
password: ${{ secrets.FORGEJO_PACKAGE_TOKEN }}
|
||||||
- name: Build n Push
|
- name: Build n Push
|
||||||
run: |
|
run: |
|
||||||
docker build -t git.k4li.de/docker/caddydb:latest .
|
docker build -t git.k4li.de/docker/caddydb:latest .
|
Loading…
Add table
Add a link
Reference in a new issue