Skip to content

chore(ci): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#42) #142

chore(ci): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#42)

chore(ci): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#42) #142

name: All Containers CI builder
on:
push:
tags:
- 'v*'
workflow_dispatch:
# Ensures that only one deploy task per branch/environment will run at a time.
concurrency:
group: gh-ref-${{ github.ref }}
cancel-in-progress: true
permissions:
packages: write
jobs:
build-planet-container-images:
if: ${{ github.repository_owner == 'planet-community-org' }} # To be changed to PC.
uses: ./.github/workflows/build-and-push-planet-containers.yml
secrets: inherit
build-cosmo-codios-codid-cargo-container-image:
if: ${{ github.repository_owner == 'planet-community-org' }} # To be changed to PC.
uses: ./.github/workflows/build-and-push-cosmo-codios-codid-cargo.yml
secrets: inherit
build-cosmo-codios-codios-cargo-container-image:
if: ${{ github.repository_owner == 'planet-community-org' }} # To be changed to PC.
uses: ./.github/workflows/build-and-push-cosmo-codios-codios-cargo.yml
secrets: inherit