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:
|
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
|
||||||
Reference in New Issue
Block a user