Skip to content

Commit

Permalink
chore: update liquid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Mar 27, 2024
1 parent 4c705ae commit 39170d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/cxx/.github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: {{ "${{ github.repository_owner " }}}}
password: {{ "${{ secrets.GITHUB_TOKEN " }}}}
username: {{ "${{ github.repository_owner }}" }}
password: {{ "${{ secrets.GITHUB_TOKEN }}" }}
-
name: Build and Export to Docker
uses: docker/build-push-action@v5
Expand Down
4 changes: 2 additions & 2 deletions template/py/.github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: {{ "${{ github.repository_owner " }}}}
password: {{ "${{ secrets.GITHUB_TOKEN " }}}}
username: {{ "${{ github.repository_owner }}" }}
password: {{ "${{ secrets.GITHUB_TOKEN }}" }}
-
name: Build and Export to Docker
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 39170d9

Please sign in to comment.