test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 15s
Details
Build and Push Docker Image / test (push) Failing after 15s
Details
This commit is contained in:
parent
11077fd56f
commit
99d1e55fa8
|
@ -10,17 +10,17 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker:20.10.7
|
image: docker:git
|
||||||
steps:
|
steps:
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Install git
|
# - name: Install git
|
||||||
run: |
|
# run: |
|
||||||
apt-get update
|
# apt-get update
|
||||||
apt-get install -y git
|
# apt-get install -y git
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue