Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 26, 2024
1 parent 09eedeb commit e76adcb
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/01-build-images.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
---
# desc: build container images, perform static tests then push
# this workflow will only use current as tag container tag reference, dedicated workflow exists for releasing versionned image

name: build-images

on:
push:

env:

# this workflow will only use current as tag container tag reference, dedicated workflow exists for releasing versionned image
REGISTRY: docker.io
IMAGE_NAME: camunda/keycloak

jobs:
docker:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,11 +27,11 @@ jobs:
- name: Build image using Camunda docker build
uses: camunda/infra-global-github-actions/build-docker-image@main
with:
registry_host: ${{ env.REGISTRY }}
registry_host: ${{ env.CONTAINER_REGISTRY }}
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
registry_password: ${{ secrets.DOCKERHUB_TOKEN }}
force_push: true
image_name: camunda/keycloak-aws
image_name: ${{ env.CONTAINER_IMAGE_NAME }}
#build_args: # TODO: integrate commit infos etc
build_context: .
# TODO: modify this one to integrate "platforms"
Expand Down

0 comments on commit e76adcb

Please sign in to comment.