shuffle
cicd / cicd (push) Successful in 1m4s
Details
cicd / cicd (push) Successful in 1m4s
Details
parent
8afa0a8be4
commit
c19a6741c1
|
|
@ -15,10 +15,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: cicd
|
||||
run: |
|
||||
f=$(mktemp)
|
||||
echo "export FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}'" >> ./.env
|
||||
echo "export GITLAB_PAT='${{ secrets.GITLAB_PAT }}'" >> ./.env
|
||||
cat ./.env
|
||||
f=$(mktemp)
|
||||
echo '
|
||||
FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
|
||||
WORKDIR /mnt
|
||||
|
|
|
|||
Loading…
Reference in New Issue