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

This commit is contained in:
2025-10-09 07:39:22 +00:00
parent 6517bd0d1a
commit bd580708af

View File

@@ -15,7 +15,12 @@ jobs:
REGISTRY: registry.bigdata.pens.ac.id
IMAGE_NAME: ${{ gitea.repository }}
IMAGE_TAG: latest
REGISTRY_PASSWORD: "Str0ngP4ssw0rd"
REGISTRY_USERNAME: "devops"
steps:
- name: Login to registry
run: echo $REGISTRY_PASSWORD | docker login $REGISTRY -u $REGISTRY_USERNAME --password-stdin
- name: Checkout repository
uses: actions/checkout@v4