Update .gitea/workflows/build.yml
All checks were successful
Build and Test / build (push) Successful in 1m19s
Build and Test / deploy (push) Successful in 5s

This commit is contained in:
2025-10-09 09:28:26 +00:00
parent 490537007b
commit c5c04abdd1

View File

@@ -64,7 +64,7 @@ jobs:
- name: Set image name
id: export
run: |
echo "image=$REGISTRY/$IMAGE_NAME:$IMAGE_TAG" >> $GITEA_OUTPUT
echo "image=registry.bigdata.pens.ac.id/$IMAGE_NAME:$IMAGE_TAG" >> $GITEA_OUTPUT
outputs:
image: ${{ steps.export.outputs.image }}