Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dli7319 committed Dec 23, 2023
1 parent c52576f commit 6e3d3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
user: ${{ github.actor }}
container: ${{ env.IMAGE_NAME }}
container: ${GITHUB_REPOSITORY#*/}
dry-run: false
keep-last: 2
prune-untagged: true
Expand Down

0 comments on commit 6e3d3ab

Please sign in to comment.