Fixed merge issues

This commit is contained in:
Robert Sturla
2022-12-19 18:26:25 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ on:
- main
schedule:
- cron: '20 20 * * *' # 8:20pm everyday
push:
branches:
- main
env:
IMAGE_NAME: base
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
@@ -24,7 +27,7 @@ jobs:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Generate tags
id: generate-tags