WIP
This commit is contained in:
parent
f57412a4f5
commit
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user