test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 15s Details

This commit is contained in:
Nicolas CARON 2024-03-15 12:06:15 +01:00
parent 11077fd56f
commit 99d1e55fa8
1 changed files with 5 additions and 5 deletions

View File

@ -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: |