Skip to content

Commit

Permalink
ensure workflows are current
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 0f12672 commit 45399a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 85 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Terraform Release Module
name: Terraform Module Release
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- main
jobs:
terraform-ci-cd:
terraform-release:
runs-on: "229685449397"
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {
{
enabled = true
dest_path = null
name = "keycloak/keycloak"
name = local.keycloak_name
source_image = "keycloak/keycloak"
source_registry = format("%v/%v", local.ent_ecr_source, "quay")
source_tag = var.keycloak_tag
Expand Down
40 changes: 0 additions & 40 deletions terraform-release.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions terraform-validate.yaml

This file was deleted.

0 comments on commit 45399a8

Please sign in to comment.