Skip to content

Commit

Permalink
chore(repo): fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 4, 2024
1 parent 663a5d3 commit bb121e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/klesia_dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Docker tag
run: echo "IMAGE_STAMP=ghcr.io/palladians/klesia:$(git rev-parse --short HEAD)" > "$GITHUB_ENV"
run: echo "IMAGE_STAMP=$(git rev-parse --short HEAD)" > "$GITHUB_ENV"
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit bb121e1

Please sign in to comment.