Skip to content

Docker Publish (Production) #5

Docker Publish (Production)

Docker Publish (Production) #5

name: Docker Publish (Production)
on:
workflow_dispatch:
release:
types: [released]
schedule:
- cron: '0 8 * * 2'
jobs:
build:
uses: ./.github/workflows/service_docker-build-and-publish.yml
with:
tags: "serversideup/minio-user-init:latest,serversideup/minio-user-init:${{ github.ref_name }}"
secrets: inherit