when: - event: push branch: main steps: - name: build image: quay.io/mbrancaleoni/docker-elixir commands: - mix local.rebar --force - mix local.hex --force - mix deps.get - mix tableau.build