eth-oidc/.github/workflows/docker.yml

24 lines
528 B
YAML
Raw Normal View History

2022-05-30 20:19:08 +10:00
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@v5
2022-05-30 20:19:08 +10:00
with:
2025-02-14 13:03:48 +11:00
name: nathanwoodburnwoodburn/eth-oidc
username: nathanwoodburn
2025-02-14 12:41:26 +11:00
password: ${{ secrets.DOCKERGIT_TOKEN }}
registry: git.woodburn.au
2022-05-30 20:19:08 +10:00
tag_names: true
tag_semver: true
snapshot: true