Skip to content

Commit 646e518

Browse files
forgot one dollar sign (#39)
1 parent 9b534b2 commit 646e518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
packages: write
13-
13+
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Set lowercase repository name
3131
run: |
32-
echo "REPO_LOWER=${GITHUB_REPOSITORY,,}" >> GITHUB_ENV
32+
echo "REPO_LOWER=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
3333
3434
- name: Build and push Docker image
3535
id: docker_build

0 commit comments

Comments
 (0)