test workflow build and push on gitea registry
This commit is contained in:
parent
0561fdf487
commit
874e18e6cc
|
@ -53,6 +53,11 @@ jobs:
|
||||||
# - name: Test tags
|
# - name: Test tags
|
||||||
# run: |
|
# run: |
|
||||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y git
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue