Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 6, 2020
1 parent 22f16f0 commit 2e8938c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ build-sc4s: &build-sc4s
- run:
name: Build SC4S
command: |
echo $SEMVER_VERSION
echo $SEMVER_VERSION >package/VERSION
docker build --build-arg BRANCH=${SYSLOG} package \
-t docker.pkg.github.com/splunk/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${SYSLOG}-<< pipeline.id >>
Expand Down Expand Up @@ -87,10 +86,11 @@ publish: &publish
- setup_remote_docker:
docker_layer_caching: true
- checkout
- docker/check:
registry: $REGISTRY
docker-username: GITHUB_USER
docker-password: GITHUB_TOKEN
- run:
name: Docker Login
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login -u $GITHUB_USER -p $GITHUB_TOKEN docker.pkg.github.com
- run: docker pull docker.pkg.github.com/splunk/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${SYSLOG}-<< pipeline.id >>
- run:
name: Docker Save
Expand Down

0 comments on commit 2e8938c

Please sign in to comment.