Update .github/workflows/main.yml
This commit is contained in:
parent
3c2581322d
commit
a6c0365f21
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# (Test credentials early, befor failing late in the process.)
|
||||
- name: Login to Gitea Package Registry
|
||||
# (Test credentials early, befor failing late in the process.)
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: http://gitea_app:3000
|
||||
@ -39,6 +39,7 @@ jobs:
|
||||
registry: ghcr.io
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user