Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Failing after 11s
Some checks failed
Build and Test / build (push) Failing after 11s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
env:
|
||||
REGISTRY: registry.bigdata.pens.ac.id
|
||||
IMAGE_NAME: ${{ gitea.repository }}
|
||||
IMAGE_TAG: ${{ gitea.sha }}
|
||||
IMAGE_TAG: la
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
|
||||
- name: "Build & Push"
|
||||
run: |
|
||||
docker buildx build --push -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .
|
||||
docker push $REGISTRY/$IMAGE_NAME:$IMAGE_TAG
|
||||
Reference in New Issue
Block a user