fix: gitea -> forgejo
This commit is contained in:
parent
e8b0de0b1f
commit
c45f0e0e0a
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
on: push
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: setup env
|
||||
run: |
|
||||
. ./.env || true
|
||||
REGISTRY="$(sed 's .*:// ' <<< ${{ gitea.server_url }})"
|
||||
cat <<EOF >> .env
|
||||
REGISTRY="$REGISTRY"
|
||||
IMAGEAPP="$REGISTRY/${{ gitea.repository }}:${{ gitea.ref_name }}"
|
||||
EOF
|
||||
cat .env
|
||||
|
||||
- uses: actions/kaniko@v1
|
||||
with:
|
||||
password: "${{ secrets.PKGRW }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue