fix: Udpate code
Some checks failed
Build and Publish Docker Image / build (push) Failing after 2s

This commit is contained in:
Henrique Dias 2025-12-26 00:34:44 +00:00
parent 94838aa75a
commit 6f2d344c19

View File

@ -11,8 +11,12 @@ jobs:
container:
image: docker:cli
steps:
- name: Install git
run: apk add --no-cache git
- name: Checkout code
uses: actions/checkout@v4
run: |
git clone --depth 1 --branch ${{ gitea.ref_name }} ${{ gitea.server_url }}/${{ gitea.repository }}.git .
- name: Login to Gitea Container Registry
run: |