maybe i gotta set in btoh
Some checks failed
cicd / cicd (push) Failing after 14s

This commit is contained in:
Bel LaPointe
2023-10-29 16:51:39 -06:00
parent 8e37db681c
commit fa86ad236a
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ jobs:
cicd:
name: cicd
runs-on: dind
secrets:
GITLAB_PAT: '${{ secrets.GITLAB_PAT }}'
FIREBASE_CI_TOKEN: '${{ secrets.FIREBASE_CI_TOKEN }}'
steps:
- name: checkout
uses: actions/checkout@v3
@@ -18,6 +21,7 @@ jobs:
f=$(mktemp)
echo "FIREBASE_CI_TOKEN='${{ secrets.FIREBASE_CI_TOKEN }}'" >> ./.env
echo "GITLAB_PAT='${{ secrets.GITLAB_PAT }}'" >> ./.env
cat ./.env
echo '
FROM registry-app.inhome.blapointe.com:5001/portfolio/resume/builder:latest
WORKDIR /mnt