We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc74b6f commit f3fa995Copy full SHA for f3fa995
.github/workflows/ci.yml
@@ -130,27 +130,6 @@ jobs:
130
context: .
131
platforms: linux/amd64,linux/arm64,linux/ppc64le
132
133
- install:
134
- runs-on: ubuntu-latest
135
- steps:
136
- - name: Harden the runner (Audit all outbound calls)
137
- uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
138
- with:
139
- egress-policy: audit
140
-
141
- -
142
- name: Checkout
143
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
144
145
- name: Set up Docker Buildx
146
- uses: ./
147
148
- install: true
149
150
- name: Check cmd
151
- run: |
152
- docker build --help
153
154
use:
155
runs-on: ubuntu-latest
156
strategy:
0 commit comments