Skip to content

Commit 5305fa7

Browse files
authored
Merge pull request #2 from the-programmers-hangout/TwiN/reeeeeeee
build: Fix repository url
2 parents a6be383 + 8d3eff3 commit 5305fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- uses: docker/setup-qemu-action@v3
1818
- uses: docker/setup-buildx-action@v3
1919
- name: Get image repository
20-
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
20+
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/the-programmers-hangout/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2121
- name: Login to registry
2222
uses: docker/login-action@v3
2323
with:
2424
registry: ghcr.io
25-
username: ${{ github.actor }}
25+
username: the-programmers-hangout
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Build and push Docker image
2828
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)