We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2143ea5 commit c763b0aCopy full SHA for c763b0a
.github/workflows/ghcr.yml
@@ -47,7 +47,7 @@ jobs:
47
id: meta
48
uses: docker/metadata-action@v5
49
with:
50
- images: ghcr.io/${{ github.actor }}/java_docker_tutorial
+ images: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}
51
tags: ${{ matrix.tag }}
52
# This step uses the `docker/build-push-action` action to build the image, based on your repository's
53
# `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
0 commit comments