Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fanmingming authored Aug 25, 2024
1 parent fe1893b commit 020502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Step 4: Set the image tag
- name: Set IMAGE_TAG
id: vars
run: echo "IMAGE_TAG=$(date +%s)" >> $GITHUB_ENV
run: echo "IMAGE_TAG=$(date +%Y.%m.%d)" >> $GITHUB_ENV

# Step 5: Build and push multi-platform Docker image
- name: Build and push Docker image
Expand Down

0 comments on commit 020502c

Please sign in to comment.