Skip to content

Commit 8056449

Browse files
authored
Merge pull request #26 from cdsl-research/tomoyk/actions-patch
repplaced cariable
2 parents 3887503 + 6b8979f commit 8056449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
context: .
3333
file: ${{ matrix.target }}/Dockerfile
3434
push: true
35-
tags: ghcr.io/cdsl-research/ecoman/${{ matrix.target }}:${{ env.GITHUB_REF_NAME }}
35+
tags: ghcr.io/cdsl-research/ecoman/${{ matrix.target }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)