Maxime RIGAUD

Results 1 issues of Maxime RIGAUD

Using this `Dockerfile`: ``` FROM ubuntu:20.04 as test_image ARG BRANCH ARG ENV_NAME RUN echo "${BRANCH}" RUN echo "${ENV_NAME}" ``` And this workflow: ``` name: Test on: push: paths: - ".github/workflows/test.yml"...