Skip to content

Commit

Permalink
build: downgrade goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed May 14, 2022
1 parent 7709adc commit 9e2765e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.14.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-create-default-labels.yml@0.14.2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
release:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.14.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-goreleaser.yml@0.14.2
with:
go-version: 1.18.1
version: ${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
label-issues:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.14.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.14.2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
size-label:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.14.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.14.2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
stale:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.14.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.14.2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: "v1.8.3"
version: "v1.7.0"
install-only: true

- name: Build binary
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
ghcr.io/ckotzbauer/sbom-operator:latest
- name: Container scan
uses: ckotzbauer/actions-toolkit/grype@0.14.1
uses: ckotzbauer/actions-toolkit/grype@0.14.2
with:
scan-target: ghcr.io/ckotzbauer/sbom-operator
fail-on: "medium"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-snyk:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.14.1
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.14.2
with:
install-go: true
go-version: '1.18.1'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ ARG TARGETOS
ARG TARGETARCH

COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY dist/sbom-operator_${TARGETOS}_${TARGETARCH}_v1/sbom-operator /usr/local/bin/sbom-operator
COPY dist/sbom-operator_${TARGETOS}_${TARGETARCH}/sbom-operator /usr/local/bin/sbom-operator

ENTRYPOINT ["/usr/local/bin/sbom-operator"]

0 comments on commit 9e2765e

Please sign in to comment.