Skip to content

Commit b0370a9

Browse files
committed
🔧 Echo repository slug
1 parent a415c91 commit b0370a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/publish-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
result-encoding: string
3030
script: return `ghcr.io/${github.repository.toLowerCase()}`
3131

32+
- name: Echo repository slug
33+
run: echo "Repository slug: ${{ steps.repo_slug.outputs.result }}"
34+
3235
- name: Build and push Docker image
3336
uses: docker/build-push-action@v6
3437
with:

0 commit comments

Comments
 (0)