test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 43s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 43s
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -12,13 +12,13 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Who am I?
|
||||
run: whoami
|
||||
# Installation de Docker
|
||||
# - name: Install Docker
|
||||
# run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
# Installation de Docker
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Add user to docker group
|
||||
run: usermod -aG docker $USER
|
||||
# - name: Login to Docker Registry
|
||||
# uses: docker/login-action@v1
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user