Skip to content

Publish Hive Metastore #17

Publish Hive Metastore

Publish Hive Metastore #17

name: Publish Hive Metastore
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
# schedule:
# - cron: '*/15 * * * *'
workflow_dispatch:
# push:
# branches: [ "main" ]
# # Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "main" ]
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
QUAY_USER: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_PASSWORD }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
steps:
- name: Checkout ubi-hive
uses: actions/checkout@v4
- name: test
run: |
./get_image_tag.sh
- name: Build Image
run: |
./build_deploy.sh ${{ secrets.ACCESS_TOKEN }}