Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Endrete tilbake til java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sturleh committed Nov 13, 2023
1 parent 7fc9332 commit 8cda8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cosign-release: 'v1.3.1'

- name: Verifiserer distroless base-image
run: cosign verify --key distroless.pub gcr.io/distroless/java20
run: cosign verify --key distroless.pub gcr.io/distroless/java17

- name: Setter tag-navn
run: echo "TAG=$(date +%Y.%m.%d.%H%M%S)-$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
Expand Down

0 comments on commit 8cda8a2

Please sign in to comment.