Skip to content

Commit

Permalink
Update test_matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 4b595d1 commit 9607091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
username: ${{ secrets.GitHub_User }}
password: ${{ secrets.GitHub_PAT }}

- name: Build for ${{ matrix.version }}
- name: Build for ${{ matrix.syslog-version }}
run: |
docker build --build-arg BRANCH=${{ matrix.version }} package \
-t docker.pkg.github.com/${GITHUB_REPOSITORY}/stg-splunk-connect-for-syslog:sc4s-${{ matrix.version }}-${{ github.sha }}
-t docker.pkg.github.com/${GITHUB_REPOSITORY}/stg-splunk-connect-for-syslog:sc4s-${{ matrix.syslog-version }}-${{ github.sha }}

0 comments on commit 9607091

Please sign in to comment.