Skip to content

update actual api version #9

update actual api version

update actual api version #9

name: Build and publish a Docker image to ghcr.io
on:
push:
branches: [ "development" ]
jobs:
build:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
# https://github.com/marketplace/actions/push-to-ghcr
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}
image_tag: development