Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OutboundSpade committed Jul 21, 2023
1 parent 57d7191 commit 4f4f467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
steps:
- run: |
echo "export REPO_NAME=$(printf '%s\n' \"${CIRCLE_PROJECT_REPONAME,,}\")" >> $BASH_ENV && \
echo "export USER=$(printf '%s\n' \"${CIRCLE_PROJECT_USERNAME,,}\")" >> $BASH_ENV
echo "export USER=$(printf '%s\n' \"${CIRCLE_PROJECT_USERNAME,,}\")" >> $BASH_ENV && \
echo "export VERSION=$CIRCLE_TAG" >> $BASH_ENV
- checkout
- docker/check:
docker-username: CIRCLE_PROJECT_USERNAME
Expand Down

0 comments on commit 4f4f467

Please sign in to comment.