Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Failing after 11s

This commit is contained in:
2025-10-09 07:13:18 +00:00
parent b4f608a55f
commit a2597f2b37

View File

@@ -14,7 +14,7 @@ jobs:
env: env:
REGISTRY: registry.bigdata.pens.ac.id REGISTRY: registry.bigdata.pens.ac.id
IMAGE_NAME: ${{ gitea.repository }} IMAGE_NAME: ${{ gitea.repository }}
IMAGE_TAG: ${{ gitea.sha }} IMAGE_TAG: la
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -40,4 +40,4 @@ jobs:
- name: "Build & Push" - name: "Build & Push"
run: | run: |
docker buildx build --push -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG . docker push $REGISTRY/$IMAGE_NAME:$IMAGE_TAG