mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-27 21:00:28 +00:00
ughhhh
This commit is contained in:
parent
e90e8484f5
commit
900d3de4dd
2 changed files with 4 additions and 4 deletions
4
.github/workflows/partial-publish.yaml
vendored
4
.github/workflows/partial-publish.yaml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
default: false
|
||||
|
||||
secrets:
|
||||
GITHUB_TOKEN:
|
||||
GH_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: login to container registry
|
||||
run: docker login ghcr.io --username hay-kot --password $CR_PAT
|
||||
env:
|
||||
CR_PAT: ${{ secrets.GITHUB_TOKEN }}
|
||||
CR_PAT: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue