Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

forgot to stage this in pr #151 (#152) #56

forgot to stage this in pr #151 (#152)

forgot to stage this in pr #151 (#152) #56

Workflow file for this run

name: Publish Docker
on:
push:
branches: [ main ]
release:
types: [published, created, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build and push image
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: spruceid/kepler
username: ${{ github.actor }}
password: ${{ secrets.GH_PACKAGE_PUSH_TOKEN }}
registry: ghcr.io
tag_names: true
tag_semver: true
snapshot: true
cache: true