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
@ -11,13 +11,6 @@ jobs:
|
||||
- name: Checkout
|
||||
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
|
||||
run: |
|
||||
echo "LOCAL_REGISTRY variable is: ${{ vars.LOCAL_REGISTRY }}"
|
||||
@ -35,7 +28,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{vars.LOCAL_REGISTRY}}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user