Skip to content

Commit c763b0a

Browse files
authored
Update ghcr.yml
1 parent 2143ea5 commit c763b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: meta
4848
uses: docker/metadata-action@v5
4949
with:
50-
images: ghcr.io/${{ github.actor }}/java_docker_tutorial
50+
images: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}
5151
tags: ${{ matrix.tag }}
5252
# This step uses the `docker/build-push-action` action to build the image, based on your repository's
5353
# `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.

0 commit comments

Comments
 (0)