mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
ughhhh
This commit is contained in:
4
.github/workflows/partial-publish.yaml
vendored
4
.github/workflows/partial-publish.yaml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
default: false
|
default: false
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
GITHUB_TOKEN:
|
GH_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
run: docker login ghcr.io --username hay-kot --password $CR_PAT
|
run: docker login ghcr.io --username hay-kot --password $CR_PAT
|
||||||
env:
|
env:
|
||||||
CR_PAT: ${{ secrets.GITHUB_TOKEN }}
|
CR_PAT: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
release: true
|
release: true
|
||||||
tag: ${{ github.event.release.tag_name }}
|
tag: ${{ github.event.release.tag_name }}
|
||||||
secrets:
|
secrets:
|
||||||
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
|
GH_TOKEN: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
publish-nightly:
|
publish-nightly:
|
||||||
name: "Publish Nightly"
|
name: "Publish Nightly"
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag: nightly
|
tag: nightly
|
||||||
secrets:
|
secrets:
|
||||||
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
|
GH_TOKEN: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
|
|||||||
Reference in New Issue
Block a user