Update docker-image.yml

This commit is contained in:
Maksim Pischulenok
2022-05-28 18:18:31 +03:00
committed by GitHub
parent ccc4f60b2e
commit bcbc4222e2

View File

@@ -23,7 +23,7 @@ jobs:
password: ${{secrets.DOCKERHUB_PASSWORD}} password: ${{secrets.DOCKERHUB_PASSWORD}}
- name: Build the Docker image - 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 - name: Push the Docker image
run: docker push pischule/go-mention-all-bot run: docker push pischule/go-mention-all-bot