maybe i gotta set in btoh
cicd / cicd (push) Failing after 14s
Details
cicd / cicd (push) Failing after 14s
Details
parent
8e37db681c
commit
fa86ad236a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -63,3 +63,4 @@ resume:
|
|||
- 'Languages: Go (Golang), Bash, Python3'
|
||||
- 'Platforms: Docker, Hashicorp, Linux/Unix, AWS, REST, Microservices, Git'
|
||||
- 'Datastores: MongoDB, Redis, S3, Couchbase, DynamoDB'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue