Skip to content

Commit

Permalink
ci: update to new org name
Browse files Browse the repository at this point in the history
  • Loading branch information
rudoi authored Mar 11, 2024
1 parent 51348f3 commit 07d0403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t ghcr.io/believerco/$IMAGE_NAME:$IMAGE_TAG .
docker push ghcr.io/believerco/$IMAGE_NAME:$IMAGE_TAG
docker build -t ghcr.io/believer-oss/$IMAGE_NAME:$IMAGE_TAG .
docker push ghcr.io/believer-oss/$IMAGE_NAME:$IMAGE_TAG

0 comments on commit 07d0403

Please sign in to comment.