Skip to content

[MNT] Deprecate Cognitive Atlas vocab namespace & add check for unsup… #47

[MNT] Deprecate Cognitive Atlas vocab namespace & add check for unsup…

[MNT] Deprecate Cognitive Atlas vocab namespace & add check for unsup… #47

# NOTE: A custom version of this template workflow is used in neurobagel/query-tool.
# Any changes to this template must be applied manually to query-tool/.github/workflows/build_docker_nightly.yml
name: build docker nightly
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Some repos have submodules that need to be part of the Docker image
with:
submodules: recursive
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}:nightly