Skip to content

Commit

Permalink
CI: push docker images to neondatabase org
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Oct 16, 2024
1 parent e8595dc commit 86c973f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images:
${{ vars.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
${{ vars.NEON_DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
tags: |
# branch event
type=ref,enable=true,priority=600,prefix=,suffix=,event=branch
Expand All @@ -42,8 +42,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ vars.NEON_DOCKERHUB_USERNAME }}
password: ${{ secrets.NEON_DOCKERHUB_PASSWORD }}

- name: Build and publish
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 86c973f

Please sign in to comment.