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
2daf56b6a5
commit
dd30ae2acd
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -19,8 +19,8 @@ jobs:
|
||||
- name: Docker Login
|
||||
uses: docker/login-action@v2.0.0
|
||||
with:
|
||||
username: ${{DOCKERHUB_LOGIN}}
|
||||
password: ${{DOCKERHUB_PASSWORD}}
|
||||
username: ${{secrets.DOCKERHUB_LOGIN}}
|
||||
password: ${{secrets.DOCKERHUB_PASSWORD}}
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag pischule/go-mention-all-bot:$(date +%s)
|
||||
|
||||
Reference in New Issue
Block a user