test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 15s
Some checks failed
Build and Push Docker Image / test (push) Failing after 15s
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -10,17 +10,17 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:20.10.7
|
||||
image: docker:git
|
||||
steps:
|
||||
- name: Check folders
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: Install git
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
# - name: Install git
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get install -y git
|
||||
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user