Skip to content

Tweaking PTT params, Update to 13 #62

Tweaking PTT params, Update to 13

Tweaking PTT params, Update to 13 #62

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
ghcr.io/dipy/gpustreamlines:${{ github.sha }}
ghcr.io/dipy/gpustreamlines:latest