We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dd558 commit 9141fb3Copy full SHA for 9141fb3
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on: [push, pull_request]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
+ container:
9
+ image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-go@v5
0 commit comments