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 17d106e commit 39feb3eCopy full SHA for 39feb3e
1 file changed
.github/workflows/publish_image.yml
@@ -30,4 +30,4 @@ jobs:
30
uses: docker/build-push-action@v5
31
with:
32
push: true
33
- tags: ghcr.io/${{ github.repository_owner }}/psopt-ci:latest
+ tags: ghcr.io/${{ github.repository_owner.toLower() }}/psopt-ci:latest
0 commit comments