docker-scripts/.github/workflows/epicmorg.base.images.yml

31 lines
701 B
YAML

name: epicmorg.base.images
on:
# push:
# branches:
# - 'master'
schedule:
- cron: '0 0 * * 1,3,5' # At the end of every day
jobs:
build-images:
name: Build EpicMorg Base images
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Log into registry
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
- name: Test Make
run: make
- name: Docker Compose Update
run: make docker-compose-update
##################################################################################
- name: Build Bundle of Base Images
run: make bundle-base-images