forked from Narcissus/docker-multi-platform-probe
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b09d94284 | ||
|
|
5bcfae9b91 |
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
@@ -56,6 +56,6 @@ jobs:
|
|||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
with:
|
with:
|
||||||
subject-name: ${{ env.IMAGE_NAME }}
|
subject-name: docker.io/${{ env.IMAGE_NAME }}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
push-to-registry: true
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ docker run -it \
|
|||||||
-v ./scripts:/opt/paessler/share/scripts:ro \
|
-v ./scripts:/opt/paessler/share/scripts:ro \
|
||||||
-v ./config:/config \
|
-v ./config:/config \
|
||||||
--cap-add NET_ADMIN \
|
--cap-add NET_ADMIN \
|
||||||
--cap-add NET_RAW
|
--cap-add NET_RAW \
|
||||||
paessler/multi-platform-probe:latest
|
paessler/multi-platform-probe:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user