CICD_REPO_TOKEN => CICD_PUBLISH_TOKEN
Some checks failed
Test the stack. / Run unit tests (pull_request) Failing after 5m34s
Test the stack. / Run integration tests (pull_request) Successful in 44m23s

This commit is contained in:
i-norden 2023-12-07 00:41:01 -06:00
parent c7f0c9a1a4
commit 6b271ce5f3

View File

@ -15,7 +15,7 @@ jobs:
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Build and tag Docker image - name: Build and tag Docker image
env: env:
GIT_VDBTO_TOKEN: ${{ secrets.CICD_REPO_TOKEN }} GIT_VDBTO_TOKEN: ${{ secrets.CICD_PUBLISH_TOKEN }}
run: | run: |
docker build . \ docker build . \
--build-arg GIT_VDBTO_TOKEN \ --build-arg GIT_VDBTO_TOKEN \