Skip to content

Commit 3de983f

Browse files
authored
Merge pull request #4 from Dpbm/ghrc-fix
fixed ghrc image name
2 parents 87ebe98 + d8dc216 commit 3de983f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3232
with:
3333
tags: type=raw,value=latest
34-
images: ${{ env.REGISTRY }}/${{ env.USERNAME }}/${{ env.IMAGE_NAME }}
34+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535

3636
- name: Build and push Docker image
3737
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4

0 commit comments

Comments
 (0)