Skip to content

Commit ff3e56b

Browse files
- removed: date based tag push
1 parent 7afa013 commit ff3e56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
dockerfile: DiscordToWebhookBot/Dockerfile
2323
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2424
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
25-
tags: latest, $(date +%s)
25+
tags: latest

0 commit comments

Comments
 (0)