Fix push on master

This commit is contained in:
jbannon 2022-06-02 05:08:14 +00:00
parent e6876f25e2
commit 2781566cb3

View file

@ -56,7 +56,7 @@ jobs:
- name: Push image
run: |
if [[ ${{ github.ref }} == 'refs/head/master' ]]; then
if [[ ${{ github.ref }} == 'refs/heads/master' ]]; then
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
# Change all uppercase to lowercase