Skip to content

Bump webpki from 0.22.1 to 0.22.2 (#73) #35

Bump webpki from 0.22.1 to 0.22.2 (#73)

Bump webpki from 0.22.1 to 0.22.2 (#73) #35

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