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