mirror of
https://github.com/unraid/api.git
synced 2026-01-09 01:59:57 -06:00
fix: tagging
This commit is contained in:
3
.github/workflows/pull-request.yml
vendored
3
.github/workflows/pull-request.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
run: |
|
||||
git_hash=$(git rev-parse --short "$GITHUB_SHA")
|
||||
image_tag="$REGISTRY/unraid/api-builder:$git_hash"
|
||||
echo "{tag}={$image_tag}" >> "$GITHUB_OUTPUT"
|
||||
echo $image_tag
|
||||
echo "tag={$image_tag}" >> "$GITHUB_OUTPUT"
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user