mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
Update docker-image.yml
This commit is contained in:
committed by
GitHub
parent
ccc4f60b2e
commit
bcbc4222e2
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
password: ${{secrets.DOCKERHUB_PASSWORD}}
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag pischule/go-mention-all-bot:$(date +%s)
|
||||
run: docker build . --file Dockerfile --tag pischule/go-mention-all-bot
|
||||
|
||||
- name: Push the Docker image
|
||||
run: docker push pischule/go-mention-all-bot
|
||||
|
||||
Reference in New Issue
Block a user