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