Update .github/workflows/main.yml
Some checks failed
Jekyll site CI / docker (push) Has been cancelled
Some checks failed
Jekyll site CI / docker (push) Has been cancelled
This commit is contained in:
parent
b5441ba1ae
commit
3d75110bdc
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -10,13 +10,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Debug Gitea Context
|
|
||||||
env:
|
|
||||||
GITEA_CONTEXT: ${{ toJson(gitea) }}
|
|
||||||
run: |
|
|
||||||
echo "Gitea Context:"
|
|
||||||
echo "$GITEA_CONTEXT"
|
|
||||||
|
|
||||||
- name: Debug - Print Gitea context
|
- name: Debug - Print Gitea context
|
||||||
run: |
|
run: |
|
||||||
@ -35,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{vars.LOCAL_REGISTRY}}
|
registry: ${{vars.LOCAL_REGISTRY}}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user