fix yaml
This commit is contained in:
parent
37f03bbe84
commit
a6ed3975f9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release-docker.yml
vendored
8
.github/workflows/release-docker.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: ./mvnw -B dockerfile:build -Pproduction -pl acrarium
|
||||
- name: Publish to hub
|
||||
uses: elgohr/Publish-Docker-Github-Action
|
||||
with:
|
||||
name: f43nd1r/acrarium
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
with:
|
||||
name: f43nd1r/acrarium
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue