updated name of image to be in the build and push
All checks were successful
Build and Push Shulker Image to gitea registry / build (push) Successful in 1m49s

This commit is contained in:
2025-10-12 16:51:54 +02:00
parent b6b4324986
commit d262682ed5

View File

@@ -1,4 +1,4 @@
name: Build and Push Shulker Image
name: Build and Push Shulker Image to gitea registry
on:
push:
@@ -18,7 +18,7 @@ jobs:
- name: Set image tags
id: meta
run: |
IMAGE="${{ secrets.REGISTRY_HOST }}/${{ secrets.REGISTRY_NAMESPACE }}/${{ secrets.IMAGE_NAME }}"
IMAGE="${{ secrets.REGISTRY_HOST }}/${{ secrets.REGISTRY_NAMESPACE }}/tfmc-shulker"
echo "image=${IMAGE}" >> $GITHUB_OUTPUT
echo "tag_latest=${IMAGE}:latest" >> $GITHUB_OUTPUT
echo "tag_sha=${IMAGE}:${GITHUB_SHA}" >> $GITHUB_OUTPUT