Skip to content

Commit 2cd8ff6

Browse files
-
1 parent a2ef559 commit 2cd8ff6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
go run main.go provider github ../Dockerfile --target "base" --export ../bin --github-ref "${GITHUB_REF}" --github-token "${{ secrets.GITHUB_TOKEN }}" --changelog ../CHANGELOG.md --username "${{ secrets.REGISTRY_USERNAME }}" --password "${{ secrets.REGISTRY_PASSWORD }}" --digests-file "${DIGESTS_FILE}" ${{ vars.OSX_GITHUB_FLAGS }}
7373
- name: Sign images and generate SBOM
7474
if: startsWith(github.ref, 'refs/tags/')
75-
env:
76-
COSIGN_EXPERIMENTAL: "1"
7775
run: |
7876
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
7977
while IFS= read -r ref; do

0 commit comments

Comments
 (0)