We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f24360 commit 3235095Copy full SHA for 3235095
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Checkout code
52
uses: actions/checkout@v1
53
- name: Build container
54
- run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}}
+ run: docker build . --file Dockerfile --tag octocatalog-diff:ruby${{matrix.ruby-version}} --build-arg RUBY_VERSION=${{matrix.ruby-version}}-stretch
55
- name: Tests
56
run: docker run -e PUPPET_VERSION -e PUPPET_VERSIONS -e RSPEC_TEST -e RUBOCOP_TEST -e COVERAGE octocatalog-diff:ruby${{matrix.ruby-version}} /app/script/cibuild
57
- name: Rubocop
0 commit comments