Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Sep 11, 2024
1 parent 1000546 commit 687fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build RKE2 Image
run: |
SKIP_WINDOWS=true make build-image-runtime
SKIP_WINDOWS=true make build-image-runtime
NEWEST_TAG=$(docker images --format "{{.Repository}}:{{.Tag}} {{.CreatedAt}}" | grep "rancher/rke2-runtime" | sort -k2 -r | head -n1 | awk '{print $1}')
echo "{NEWEST_TAG}={$NEWEST_TAG}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 687fcbd

Please sign in to comment.