Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
bc39e5bdba |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
steps:
|
||||
- name: "Login to DockerHub"
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: "Build and push"
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user