mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-29 04:06:58 +00:00
ui fixes for repo page, fix scanner priority, cleanup goreleaser scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
goat account login -u evan.jarrett.net -p "${APP_PASSWORD}"
|
||||
goat account login -u "${TANGLED_REPO_DID}" -p "${APP_PASSWORD}"
|
||||
TAG_HASH=$(git rev-parse "$TAG") &&
|
||||
TAG_BYTES=$(echo -n "$TAG_HASH" | xxd -r -p | base64 | tr -d '=') &&
|
||||
BLOB_OUTPUT=$(goat blob upload "$ARTIFACT_PATH") &&
|
||||
|
||||
Reference in New Issue
Block a user