fix: tagging

This commit is contained in:
Eli Bosley
2023-08-31 10:33:23 -04:00
parent 3b4e454ace
commit 14f5cbdfd3

View File

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