v2:
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
6396711ba7
commit
749a399197
@ -17,10 +17,9 @@ jobs:
|
||||
CI_TOKEN: ${{ secrets.PROD_REG_TOKEN }}
|
||||
S2_URL: echo ${{ gitea.server_url }} | sed "s.https://.."
|
||||
steps:
|
||||
- run: export S_URL=$( echo ${{ gitea.server_url }} | sed "s.https://.." )
|
||||
- name: Print
|
||||
run: env | sort
|
||||
|
||||
- run: export DOCKER_IMG=$( echo ${{ env.DOCKER_IMG }} | sed "s.https://..")
|
||||
- run: env | sort
|
||||
- run: echo $DOCKER_IMG
|
||||
# - name: Checkout Git
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
@ -32,6 +31,7 @@ jobs:
|
||||
# registry: git.kahrobatoken.com
|
||||
# username: ${{ secrets.PROD_REG_USER }}
|
||||
# password: ${{ secrets.PROD_REG_TOKEN }}
|
||||
|
||||
|
||||
recover:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user