Update docker-image.yml

This commit is contained in:
Maksim Pischulenok
2022-05-28 18:05:20 +03:00
committed by GitHub
parent 2daf56b6a5
commit dd30ae2acd

View File

@@ -19,8 +19,8 @@ jobs:
- name: Docker Login - name: Docker Login
uses: docker/login-action@v2.0.0 uses: docker/login-action@v2.0.0
with: with:
username: ${{DOCKERHUB_LOGIN}} username: ${{secrets.DOCKERHUB_LOGIN}}
password: ${{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:$(date +%s)