Skip to content

Commit

Permalink
Update versioning format in GitHub Actions workflow for unstable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 committed Jan 20, 2025
1 parent e75fc6a commit ee6f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr-unstable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and push
run: |
export TZ="Asia/Taipei"
VERSION=$(date +'%Y-%m-%d.%H.%M.%S')
VERSION=unstable-$(date +'%Y-%m-%d.%H.%M.%S')
docker login ghcr.io -u kevinlee-06 -p ${{secrets.GH_PAT}};
docker build -t ghcr.io/kevinlee-06/linklie:${VERSION} .
docker tag ghcr.io/kevinlee-06/linklie:${VERSION} ghcr.io/kevinlee-06/linklie:unstable
Expand Down

0 comments on commit ee6f4a1

Please sign in to comment.