Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlind-dev committed May 30, 2024
1 parent a548910 commit 77c6b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
IMAGE_NAME="sulej.ch"
VERSION=$(git describe --tags --abbrev=0)
echo "VERSION=${VERSION}" >> $GITHUB_ENV
docker build -t ghcr.io/${{ secrets.GH_USERNAME }}/${IMAGE_NAME}:latest .
docker build -t ghcr.io/${{ secrets.GH_USERNAME }}/${IMAGE_NAME}:${VERSION} .
docker push ghcr.io/${{ secrets.GH_USERNAME }}/${IMAGE_NAME}:${VERSION}
Expand Down

0 comments on commit 77c6b1c

Please sign in to comment.