Skip to content

Publish docker image #12

Publish docker image

Publish docker image #12

Workflow file for this run

name: Publish docker image
on:
push:
tags: "*"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish to GitHub Packages
uses: whoan/docker-build-with-cache-action@v2
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
image_name: ${{ github.repository }}/python_boilerplate