Skip to content

fix(ci): update the base docker image to python 3.12 and get the build working #48

fix(ci): update the base docker image to python 3.12 and get the build working

fix(ci): update the base docker image to python 3.12 and get the build working #48

Workflow file for this run

name: Build Docker image
on: [pull_request]
jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
push: false
registry: docker.pkg.github.com
repository: nextdoor/gogo/gogo
tag_with_ref: true