Skip to content

Commit

Permalink
Update build-images.yml
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Nov 23, 2024
1 parent 5fb0597 commit 34b2cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_ACTOR }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build, tag, and push hub image
run: |
docker build -f cmd/artifacthub/Dockerfile -t ghcr.io/${{ github.repository_owner }}/hub:$GITHUB_SHA .
docker push ghcr.io/${{ github.repository_owner }}/hub:$GITHUB_SHA
docker build -f cmd/artifacthub/Dockerfile -t ghcr.io/${{ github.repository_owner }}/artifacthub:$GITHUB_SHA .
docker push ghcr.io/${{ github.repository_owner }}/artifacthub:$GITHUB_SHA
- name: Build, tag, and push db-migrator image
run: |
Expand Down

0 comments on commit 34b2cca

Please sign in to comment.