Skip to content

Commit

Permalink
👷 ci: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Nov 14, 2024
1 parent 3a93beb commit 10b144d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: fairdataihub
username: megasanjay
password: ${{ secrets.KAMAL_REGISTRY_PASSWORD }}

- name: Set up Docker Buildx for cache
Expand Down
4 changes: 2 additions & 2 deletions bot/config/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
service: codefair-bot

# Name of the container image.
image: fairdataihub/codefair-bot
image: megasanjay/codefair-bot

# Deploy to these servers.
servers:
Expand All @@ -29,7 +29,7 @@ registry:
# Specify the registry server, if you're not using Docker Hub
# server: registry.digitalocean.com / ghcr.io / ...
server: https://ghcr.io
username: fairdataihub
username: megasanjay

# Always use an access token rather than real password (pulled from .kamal/secrets).
password:
Expand Down

0 comments on commit 10b144d

Please sign in to comment.