This commit is contained in:
parent
94838aa75a
commit
6f2d344c19
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user