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

This commit is contained in:
Florian Weber 2025-06-24 11:39:28 +02:00
parent 147397c4d3
commit d10ee55092
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -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