Skip to content

fix(ci): update the base docker image to python 3.12 and get the buil… #33

fix(ci): update the base docker image to python 3.12 and get the buil…

fix(ci): update the base docker image to python 3.12 and get the buil… #33

Workflow file for this run

name: Publish Docker image
on:
push:
branches:
- main
release:
types: [published]
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
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:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: nextdoor/gogo
tag_with_ref: true