fix: Update container repo info
This commit is contained in:
parent
eceba1da4b
commit
7cd3fcb12c
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user