Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/build_docker_nightly.yml' with remo…
Browse files Browse the repository at this point in the history
…te 'template_workflows/build_docker_nightly.yml'
  • Loading branch information
neurobagel-bot[bot] authored Feb 18, 2025
1 parent 0563001 commit 48cd8e8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_docker_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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:
Expand Down Expand Up @@ -28,14 +31,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/arm64, linux/amd64
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}:nightly

# Verify that build was successful
# TODO: replace this with an actual test
- name: Run cli help
run: |
docker run --rm ${{ secrets.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}:nightly --help

0 comments on commit 48cd8e8

Please sign in to comment.