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 Docker creds for builds #390

Merged
merged 1 commit into from
Oct 21, 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
8 changes: 4 additions & 4 deletions .github/workflows/perform-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
required: false # Not needed for image builds
STACK_DEPLOY_SSH_PRIVATE_KEY:
required: true
DOCKERHUB_USER:
FARCASTERXYZ_DOCKER_HUB_USER:
required: true
DOCKERHUB_PASSWORD:
FARCASTERXYZ_DOCKER_HUB_TOKEN:
required: true
inputs:
action:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
aws-access-key-id: ${{ secrets.TERRAFORM_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.TERRAFORM_AWS_SECRET_ACCESS_KEY }}
ssh-private-key: ${{ secrets.STACK_DEPLOY_SSH_PRIVATE_KEY }}
dockerhub-username: ${{ secrets.DOCKERHUB_USER }}
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
dockerhub-username: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_USER }}
dockerhub-password: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_TOKEN }}
command: make ${{ inputs.action }} ref=${{ steps.set-commit-hash.outputs.commit_hash }} release=${{ steps.set-release.outputs.release }}
healthcheck: curl --fail https://fnames.farcaster.xyz/_health