Skip to content

Add OAUTH2 Configuration and TASK width WebClient #2

Add OAUTH2 Configuration and TASK width WebClient

Add OAUTH2 Configuration and TASK width WebClient #2

name: Publish Conductor OSS Docker image to ghcr.io
on:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
build-and-publish-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Checking out the repo
- name: Build and Publish head Docker image
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: conductor
image-tag: anac
build-context: ./docker/server # Provide path to the folder with the Dockerfile