Skip to content

Commit 92fc4d7

Browse files
authored
Merge pull request #9 from TeamCodeStream/feature/gha
Add meta step back into workflow
2 parents 60ce862 + 5abcc0b commit 92fc4d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20+
- name: lowercase github.repository
21+
run: |
22+
echo "IMAGE_NAME=${GITHUB_REPOSITORY@L}" >> ${GITHUB_ENV}
23+
2024
- name: Log in to the Container registry
2125
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2226
with:

0 commit comments

Comments
 (0)