fix syntax
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -14,6 +14,8 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: build_images
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and push Docker images
|
||||
run: |
|
||||
bash release.sh
|
||||
|
||||
Reference in New Issue
Block a user