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