Fix YAML syntax on line 19
This commit is contained in:
parent
761058e607
commit
0b1a267807
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-and-deploy.yaml
vendored
3
.github/workflows/build-and-deploy.yaml
vendored
|
|
@ -16,7 +16,8 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Debug repository name
|
- name: Debug repository name
|
||||||
run: echo "Repository: ${{ github.repository }}"
|
run: |
|
||||||
|
echo "Repository: ${{ github.repository }}"
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue