Skip to content

Commit

Permalink
push image and fix wkflw
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 26, 2024
1 parent 9eb7ee6 commit 93cc39c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/01-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
env:

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

Expand All @@ -36,6 +35,7 @@ jobs:
registry_host: ${{ env.REGISTRY }}
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
registry_password: ${{ secrets.DOCKERHUB_PASSWORD }}
force_push: true
image_name: camunda/keycloak-aws
#build_args: # TODO: integrate commit infos etc
build_context: .
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/30-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
name: test-images

on:
push:

workflow_run:
workflows: ["build-images"]
types:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/90-publish-images.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
name: publish-images
on:
push:
branches:
- main

workflow_run:
workflows: ["test-images"]
types:
- completed
branches:
- main

jobs:
publish-image:
Expand Down

0 comments on commit 93cc39c

Please sign in to comment.