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 802b150 commit 6418b2f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@ shared: &shared
- setup_remote_docker:
docker_layer_caching: true
- checkout
- name: Build for ${{ matrix.syslog-version }}
command: |
docker build --build-arg BRANCH=${{ BRANCH }} package \
-t docker.pkg.github.com/${GITHUB_REPOSITORY}/stg-splunk-connect-for-syslog:sc4s-${{ BRANCH }}-${{ github.sha }}
jobs:
build:
'build-sc4s-3.25.1':
<<: *shared
environment:
BRANCH: 3.25.1





0 comments on commit 6418b2f

Please sign in to comment.