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 d3bba78 commit a65529eCopy full SHA for a65529e
.github/workflows/docker-publish.yml
@@ -19,7 +19,7 @@ env:
19
# Use docker.io for Docker Hub if empty
20
REGISTRY: ghcr.io
21
# github.repository as <account>/<repo>
22
- IMAGE_NAME: 'Spring4Shell-POC'
+ IMAGE_NAME: ${{ github.repository }}
23
24
25
jobs:
0 commit comments