Build action
Build / build (push) Failing after 46s Details
Démo / build (push) Successful in 9s Details

This commit is contained in:
Guillaume 2024-03-26 06:05:03 +01:00
parent 53a10e3e08
commit bd66f599ff
1 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Build docker image
#
name: Démo
name: Build
run-name: ${{ gitea.actor }} running CI in the pipeline 🚀
on: [ push ]
@ -14,4 +14,14 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up docker buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and do not push
uses: docker/build-push-action@v5
with:
push: false
tags: zeguigui/open-report-analyzer:latest