Skip to content

Update to use unitycatalog docker image prefix #20

Update to use unitycatalog docker image prefix

Update to use unitycatalog docker image prefix #20

Workflow file for this run

name: Build docker images
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: Build and push images
run: bash build/docker-action.sh