This commit is contained in:
parent
c6cb7b2576
commit
379ec94274
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: code.douglasparker.dev
|
REGISTRY: forge.niblock.tech
|
||||||
REGISTRY_USERNAME: ${{ github.actor }}
|
REGISTRY_USERNAME: ${{ github.actor }}
|
||||||
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
REGISTRY_IMAGE_NAME: ${{ github.repository }}
|
REGISTRY_IMAGE_NAME: ${{ github.repository }}
|
||||||
|
@ -16,7 +16,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: debian-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue