Skip to content

fix: install chamber directly instead of using a container (bypass Docker Hub rate limits) #23

fix: install chamber directly instead of using a container (bypass Docker Hub rate limits)

fix: install chamber directly instead of using a container (bypass Docker Hub rate limits) #23

Workflow file for this run

name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened]
push:
branches:
- main
- release/v*
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.md'
permissions:
contents: write
actions: write
jobs:
github-action:
uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main
secrets: inherit