Skip to content

Commit 7f44e79

Browse files
Update build-docker-image.yml
1 parent ff3fca1 commit 7f44e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
BRANCH="${{ github.ref_name }}"
4242
DATE="${{ steps.date.outputs.date }}"
43-
GITHUB_RUN_NUMBER: "${{ github.run_number }}"
43+
GITHUB_RUN_NUMBER="${{ github.run_number }}"
4444
if [[ "$BRANCH" == "main" ]]; then
4545
BASE_TAG="latest"
4646
elif [[ "$BRANCH" == "dev" ]]; then

0 commit comments

Comments
 (0)