Skip to content

Front test : MathieuSchl push 'Merge branch 'main' of github.com:DeVinci-FabLab/home' 🚀 #6

Front test : MathieuSchl push 'Merge branch 'main' of github.com:DeVinci-FabLab/home' 🚀

Front test : MathieuSchl push 'Merge branch 'main' of github.com:DeVinci-FabLab/home' 🚀 #6

Workflow file for this run

name: "Front test"
run-name: "Front test : ${{ github.actor }} push '${{ github.event.head_commit.message }}' 🚀"
on:
push:
jobs:
Test-build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build image
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: false
tags: "test:lastest"