Skip to content

Commit

Permalink
fix: pin docker image (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis authored Aug 21, 2024
1 parent bd1fc44 commit 68c20aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ on:
release:
types: [published]

permissions: {}

jobs:
publish-release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb # v2.0.3
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ signs:
- cmd: cosign
certificate: "${artifact}.pem"
env:
- GITHUB_TEOKN=$RUNNER_TOKEN
- COSIGN_EXPERIMENTAL=1
args:
- sign-blob
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static:latest
FROM gcr.io/distroless/static:latest@sha256:ce46866b3a5170db3b49364900fb3168dc0833dfb46c26da5c77f22abb01d8c3
WORKDIR /
COPY flux-build flux-build

Expand Down

0 comments on commit 68c20aa

Please sign in to comment.