Revert "Try removing quotes"
This reverts commit bafb2beabb
.
Causes a syntax error
This commit is contained in:
parent
bafb2beabb
commit
6d1db6b18e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
|||
|
||||
- name: Log into GitHub Docker Registry
|
||||
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${GITHUB_REPOSITORY%/*} --password-stdin
|
||||
if: github.ref == master
|
||||
if: github.ref == 'master'
|
||||
|
||||
- name: Push the Docker container
|
||||
run: docker push docker.pkg.github.com/${GITHUB_REPOSITORY,,}/website:latest
|
||||
if: github.ref == master
|
||||
if: github.ref == 'master'
|
||||
|
|
Reference in a new issue