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