Skip to content

Use latest debian and add use pyenv to install python 2.7 for the bre… #32

Use latest debian and add use pyenv to install python 2.7 for the bre…

Use latest debian and add use pyenv to install python 2.7 for the bre… #32

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
release:
name: Publish a release
runs-on: ubuntu-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
- name: Build and publish images
run: |
echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u matteodelabre --password-stdin
version="$(echo "${{ github.ref }}" | cut -d / -f 3)"
./scripts/build -p . "$version"