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:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# (Test credentials early, befor failing late in the process.)
|
|
||||||
- name: Login to Gitea Package Registry
|
- name: Login to Gitea Package Registry
|
||||||
|
# (Test credentials early, befor failing late in the process.)
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: http://gitea_app:3000
|
registry: http://gitea_app:3000
|
||||||
@ -39,6 +39,7 @@ jobs:
|
|||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user