Skip to content

Build cpython-tsan image #3

Build cpython-tsan image

Build cpython-tsan image #3

name: Build and push Docker image to ghcr
#on:
# push:
# branches: [ "main" ]
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Login to ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CI_TOKEN }}
- name: Build and push to dockerhub
uses: docker/build-push-action@v5
with:
context:
push: true
file: ./Dockerfile.cpython
tags: |
ghcr.io/nascheme/cpython-tsan:latest