Skip to content

Commit

Permalink
ci: add workflow to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara-airlangga authored Jul 26, 2024
1 parent e651aa5 commit 82df290
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Image

on:
workflow_dispatch:

jobs:
build:
name: Build
uses: RistekCSUI/infra-workflows/.github/workflows/dockerhub-service-build.yml@main
with:
SERVICES: ''
INSTANCE: ''
IMAGE: sso-proxy
DOCKERHUB_USER: ristekoss
PLATFORMS: linux/amd64
IMAGE_TAG: latest
RUN_CENTRAL_INFRA_DEPLOY: false
secrets:
GH_TOKEN: ''
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 82df290

Please sign in to comment.