test workflow build and push on gitea registry
This commit is contained in:
parent
76011f9644
commit
4436c6ad5e
|
@ -29,7 +29,6 @@ jobs:
|
||||||
|
|
||||||
build_and_push_image:
|
build_and_push_image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker:20.10.7
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Run Docker
|
# - name: Run Docker
|
||||||
|
@ -54,6 +53,11 @@ jobs:
|
||||||
# run: |
|
# run: |
|
||||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||||
|
|
||||||
|
- name: Install Docker
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y docker.io
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
|
Loading…
Reference in New Issue