ci: add manual push-image workflow with 1Password and tmate support#119
Merged
ci: add manual push-image workflow with 1Password and tmate support#119
Conversation
Use OP_SERVICE_ACCOUNT_TOKEN (matching repo convention) instead of PUSH_SERVICE_ACCOUNT_TOKEN, and add debug_enabled input with tmate session step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OP_SERVICE_ACCOUNT_TOKEN only has access to test-secrets vault. PUSH_SERVICE_ACCOUNT_TOKEN is the correct token for the push-secrets vault where DOCKERHUB_TOKEN lives. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/push-image.ymltriggered byworkflow_dispatchonly (replaces the oldbuild-image.ymlthat fired on every push to main)DOCKERHUB_TOKENfrom 1Passwordpush-secretsvault viaPUSH_SERVICE_ACCOUNT_TOKENdebug_enabledinput with tmate session support, matching other workflows in this repocheckout@v6,setup-buildx-action@v4,login-action@v4,build-push-action@v7Test plan
latestdebug_enabled: trueto verify tmate session opensgh workflow run push-image.yml --ref <branch>🤖 Generated with Claude Code