We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b534b2 commit 646e518Copy full SHA for 646e518
1 file changed
.github/workflows/docker-image.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
contents: read
12
packages: write
13
-
+
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Set lowercase repository name
31
run: |
32
- echo "REPO_LOWER=${GITHUB_REPOSITORY,,}" >> GITHUB_ENV
+ echo "REPO_LOWER=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
33
34
- name: Build and push Docker image
35
id: docker_build
0 commit comments