Skip to content

Commit

Permalink
Add OAUTH2 Configuration and TASK width WebClient
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jan 28, 2025
1 parent bbf194d commit a7ebe3b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2 # Checking out the repo

- name: Build and Publish head Docker image
uses: VaultVulp/[email protected]
- name: Build and Push Container to ghcr.io
uses: GlueOps/[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
context: ./docker/server
tags: anac

0 comments on commit a7ebe3b

Please sign in to comment.