Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Jan 4, 2024
1 parent 904b9db commit c50040e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_deps_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
github-sha: ${{ github.sha }}
image-name: "ngen-deps"
dockerfile-name: "Dockerfile.ngen-deps"
tag-name: ${{vars.TAG_NAME}
tag-name: ${{vars.TAG_NAME}}
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_main_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
github-sha: ${{ github.sha }}
image-name: "ciroh-ngen-image"
dockerfile-name: "Dockerfile"
tag-name: ${{vars.TAG_NAME}
tag-name: ${{vars.TAG_NAME}}
check_result:
needs: final
runs-on: self-hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_ngen_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
github-sha: ${{ github.sha }}
image-name: "ngen"
dockerfile-name: "Dockerfile.ngen"
tag-name: ${{vars.TAG_NAME}
tag-name: ${{vars.TAG_NAME}}
2 changes: 1 addition & 1 deletion .github/workflows/docker_troute_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
github-sha: ${{ github.sha }}
image-name: "t-route"
dockerfile-name: "Dockerfile.t-route"
tag-name: ${{vars.TAG_NAME}
tag-name: ${{vars.TAG_NAME}}

0 comments on commit c50040e

Please sign in to comment.