Skip to content

chore: update to elixir 1.16, otp 25 and nostrum 0.9 #32

chore: update to elixir 1.16, otp 25 and nostrum 0.9

chore: update to elixir 1.16, otp 25 and nostrum 0.9 #32

Workflow file for this run

name: Build and publish a Docker image to ghcr.io
on:
release:
types: [ published ]
push:
branches:
- master
jobs:
docker_publish:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GH_PAT }}