Skip to content

Commit

Permalink
chore: 修正包名
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Jan 31, 2024
1 parent b896314 commit 4427061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
context: .
push: true
platforms: linux/amd64
tags: rehiy/daily-hot:latest
tags: rehiy/dailyhot:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:alpine

LABEL version="1.0.1" \
LABEL version="1.0.2" \
maintainer="[email protected]"

ENV APP_COPYRIGHT=Example
Expand Down

0 comments on commit 4427061

Please sign in to comment.