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 5, 2020
1 parent 24c4bc6 commit 0041e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ build-splunk: &build-splunk
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Build SC4S
name: Build Splunk
command: |
docker build --build-arg BRANCH=${SYSLOG} package \
-t docker.pkg.github.com/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${SYSLOG}-<< pipeline.id >>
docker build --build-arg SPLUNK_VERSION=${SYSLOG} splunk \
-t docker.pkg.github.com/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:splunk-${SYSLOG}-<< pipeline.id >>
orbs:
docker: circleci/docker@0.5.20
Expand Down

0 comments on commit 0041e6a

Please sign in to comment.