Skip to content

Merge pull request #31 from OpenSourcePolitics/test_grist_ca #4

Merge pull request #31 from OpenSourcePolitics/test_grist_ca

Merge pull request #31 from OpenSourcePolitics/test_grist_ca #4

name: Push a new version of Airflow image
on:
push:
tags:
- 'airflow-v*.*.*'
jobs:
build_and_push_image:
name: Build and push image to Registry
runs-on: ubuntu-latest
steps:
- uses: OpenSourcePolitics/build-and-push-images-action@master
with:
registry: ${{ vars.REGISTRY_ENDPOINT }}
namespace: ${{ vars.REGISTRY_NAMESPACE }}
password: ${{ secrets.DATA_PROD_DOCKER_SCW_TOKEN }}
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ github.ref }}