Skip to content

v1.8.10

v1.8.10 #4

Workflow file for this run

name: Publish image
on:
release:
types: [released]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ghcr.io
id: build-and-push
uses: docker/build-push-action@v3.1.0
with:
push: true
tags: ghcr.io/${{ github.repository }}:latest