maybe
This commit is contained in:
parent
093460dbfc
commit
def6d05074
1 changed files with 4 additions and 1 deletions
|
|
@ -5,9 +5,12 @@ jobs:
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: catthehacker
|
runs-on: catthehacker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Prepare environment variables
|
||||||
|
run: |
|
||||||
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
|
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo env.REGISTRY
|
|
||||||
- run: echo ${{ env.REGISTRY }}
|
- run: echo ${{ env.REGISTRY }}
|
||||||
- name: Login to the registry
|
- name: Login to the registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue