fix gh syntax
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -14,6 +14,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- build_images:
|
- name: build_images
|
||||||
run: |
|
run: |
|
||||||
bash release.sh
|
bash release.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user