fix: Update container repo info
Some checks failed
ci / build (x86_64-unknown-linux-gnu) (push) Failing after 5s
ci / build (wasm32-unknown-unknown) (push) Failing after 12s
Publish Docker / build (push) Failing after 14s

This commit is contained in:
Nathan Woodburn 2025-02-14 13:03:48 +11:00
parent eceba1da4b
commit 7cd3fcb12c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -12,10 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Build and push image - name: Build and push image
uses: elgohr/Publish-Docker-Github-Action@master uses: elgohr/Publish-Docker-Github-Action@v4
with: with:
name: spruceid/siwe_oidc name: nathanwoodburnwoodburn/eth-oidc
username: ${{ github.actor }} username: nathanwoodburn
password: ${{ secrets.DOCKERGIT_TOKEN }} password: ${{ secrets.DOCKERGIT_TOKEN }}
registry: git.woodburn.au registry: git.woodburn.au
tag_names: true tag_names: true