Fix push on master
This commit is contained in:
parent
e6876f25e2
commit
2781566cb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yaml
vendored
2
.github/workflows/package.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue