Refactor build.yaml to add step names for clarity and restore token usage for repository checkout
Some checks are pending
Building and publishing Homebrewery as Docker Image / build (release) Waiting to run
Some checks are pending
Building and publishing Homebrewery as Docker Image / build (release) Waiting to run
This commit is contained in:
parent
147397c4d3
commit
d10ee55092
@ -12,14 +12,16 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout homebrewery
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://github.com
|
||||
repository: naturalcrit/homebrewery.git
|
||||
ref: ${{ github.event.release.tag_name }}
|
||||
token: ""
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
path: homebrewery
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
|
Loading…
x
Reference in New Issue
Block a user