Skip to content

Commit

Permalink
Update Docker image references in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 29, 2024
1 parent 394b36a commit 8eee3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest .
docker build -t ghcr.io/openchami/aria2-initrd:latest .
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
docker push ghcr.io/openchami/aria2-initrd:latest
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
attestations: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: openchai/aria2-initrd

steps:
- name: Checkout repository
Expand Down

0 comments on commit 8eee3a0

Please sign in to comment.