Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dotanuki-labs/callinectes:latest Docker digest to 9248244 #322

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion krabby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$dir"

readonly callinectes="ghcr.io/dotanuki-labs/callinectes:latest@sha256:1f4e88acef3bd5db49f9652e19690a57b0ef78989022cc50ed17bad86a460607"
readonly callinectes="ghcr.io/dotanuki-labs/callinectes:latest@sha256:9248244deeebc1f5bca003f1ac6024cb4af52860304b5190ce32d73bfe0bce5b"
readonly output_dir="artifacts"
readonly e2e_bin_home="target/e2e"
readonly task="$1"
Expand Down