Publish docker image under bounds for testing

This commit is contained in:
Dave Henke 2023-02-08 19:33:30 -06:00
parent 2100acae79
commit 1ea0634d5f

View File

@ -14,7 +14,7 @@ jobs:
- name: Build and push image
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: spruceid/siwe_oidc
name: bounds/siwe_oidc
username: ${{ github.actor }}
password: ${{ secrets.GH_PACKAGE_PUSH_TOKEN }}
registry: ghcr.io