Skip to content

refactor int_models that power summary metric marts (#1436) #24

refactor int_models that power summary metric marts (#1436)

refactor int_models that power summary metric marts (#1436) #24

name: warehouse-publish-cloudquery-plugins
env:
X_GITHUB_GRAPHQL_API: ${{ vars.X_GITHUB_GRAPHQL_API }}
X_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# This workflow only runs when a commit is completed on main.
on:
# Allows you to run this workflow manually from the Actions tab
push:
branches:
- main
jobs:
warehouse-publish-docker-containers:
name: warehouse-publish-docker-containers
environment: indexer
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Package and publish cloudquery plugins
run: bash .github/scripts/publish-cloudquery-plugins.sh
# - name: Package and publish other docker containers
# run: bash .github/scripts/publish-docker-containers-plugins.sh