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:
|
||||
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: |
|
||||
|
|
Loading…
Reference in New Issue