1
Fork 0

Try removing quotes

This commit is contained in:
Jake Howard 2020-04-25 16:57:27 +01:00
parent 9153e2bc73
commit bafb2beabb
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