eth-oidc/.github/workflows/docker.yml
Nathan Woodburn 63ec38ac6d
Some checks failed
ci / build (x86_64-unknown-linux-gnu) (push) Failing after 5s
ci / build (wasm32-unknown-unknown) (push) Failing after 10s
Publish Docker / build (push) Failing after 12m6s
fix: Update password from gitea
2025-02-14 12:41:26 +11:00

24 lines
524 B
YAML

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@master
with:
name: spruceid/siwe_oidc
username: ${{ github.actor }}
password: ${{ secrets.DOCKERGIT_TOKEN }}
registry: git.woodburn.au
tag_names: true
tag_semver: true
snapshot: true