Skip to content

Only return active talents #41

Only return active talents

Only return active talents #41

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4.1.1
with:
file: Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/blooop