Skip to content

Commit 220a503

Browse files
committed
hardcoding this
1 parent aa884a7 commit 220a503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ jobs:
4242
username: ${{ secrets.GHCR_USERNAME }}
4343
password: ${{ secrets.GHCR_TOKEN }}
4444
tags: |
45-
ghcr.io/${{ env.repo_lowercase }}:${{ env.VERSION }}
46-
ghcr.io/${{ env.repo_lowercase }}:${{ env.LATEST }}
45+
2.0.7
4746
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)