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.
2 parents 2edc5b2 + b20ebd4 commit a1ec41cCopy full SHA for a1ec41c
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
platforms: linux/amd64
43
push: false
44
+ provenance: false
45
tags: |
46
cybuerg/cfspeedtest:${{ github.sha }}-amd64
47
@@ -50,3 +51,4 @@ jobs:
50
51
- uses: actions/checkout@v4
52
- name: Build ARM64 Docker image
53
run: docker build --platform linux/arm64 -t cybuerg/cfspeedtest:${{ github.sha }}-arm64 .
54
+
.github/workflows/release.yaml
@@ -62,6 +62,7 @@ jobs:
62
63
64
push: true
65
66
67
cybuerg/cfspeedtest:${{ github.ref_name }}-amd64
68
cybuerg/cfspeedtest:latest-amd64
0 commit comments