1
Fork 0

Revert "Try removing quotes"

This reverts commit bafb2beabb.

Causes a syntax error
This commit is contained in:
Jake Howard 2020-04-25 16:58:04 +01:00
parent bafb2beabb
commit 6d1db6b18e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -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'