Skip to content

Commit bb121e1

Browse files
committed
chore(repo): fix image name
1 parent 663a5d3 commit bb121e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/klesia_dockerize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set Docker tag
13-
run: echo "IMAGE_STAMP=ghcr.io/palladians/klesia:$(git rev-parse --short HEAD)" > "$GITHUB_ENV"
13+
run: echo "IMAGE_STAMP=$(git rev-parse --short HEAD)" > "$GITHUB_ENV"
1414
- name: Login to GitHub Container Registry
1515
uses: docker/login-action@v3
1616
with:

0 commit comments

Comments
 (0)