Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xXkoshmarikXx committed Nov 10, 2024
1 parent e2f0111 commit ae869a3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: mimir on tag

on:
push:
branches:
- 'test-workflow'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- '[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+-(CR|Beta|milestone)[0-9]*'
- '[0-9]+.[0-9]+.[0-9]+-(CR|Beta|milestone)[0-9]*'
workflow_dispatch:

permissions:
id-token: write
contents: read

jobs:
goldenimage:
uses: inqwise/ansible-automation-toolkit/.github/workflows/goldenimage-workflow.yml@default
with:
S3_BASE_PATH: "s3://bootstrap-opinion-stg/playbooks"
ROLE: "arn:aws:iam::992382682634:role/ansible-playbook-workflow-role"
REGION: "il-central-1"
CPU_ARCH: "arm64"
OS: "amzn2023"
APP: "mimir"
TOOLKIT_VERSION: "default"

0 comments on commit ae869a3

Please sign in to comment.