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
All checks were successful
Build and Push Shulker Image to gitea registry / build (push) Successful in 1m49s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build and Push Shulker Image
|
name: Build and Push Shulker Image to gitea registry
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Set image tags
|
- name: Set image tags
|
||||||
id: meta
|
id: meta
|
||||||
run: |
|
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 "image=${IMAGE}" >> $GITHUB_OUTPUT
|
||||||
echo "tag_latest=${IMAGE}:latest" >> $GITHUB_OUTPUT
|
echo "tag_latest=${IMAGE}:latest" >> $GITHUB_OUTPUT
|
||||||
echo "tag_sha=${IMAGE}:${GITHUB_SHA}" >> $GITHUB_OUTPUT
|
echo "tag_sha=${IMAGE}:${GITHUB_SHA}" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user