https://dagster.io/ logo
Title
y

Yang

08/09/2022, 11:34 PM
Hi I'm trying to use a custom dockerfile in the cicd, and I think it might not work
- name: Run Dagster Cloud dev CI/CD action
        uses: dagster-io/dagster-cloud-cicd-action/deploy@v0.2.5
        with:
          location-file: ./secmaster/lipper/locations.lipper.dev.yaml
          dagit-url: https://${{ secrets.DAGSTER_CLOUD_ORGANIZATION }}.dagster.cloud/dev
          api-token: ${{ secrets.DAGSTER_CLOUD_AGENT_TOKEN }}
I think I"m using the right cicd version
it does append
--file secmaster/lipper/Dockerfile_lipper
but it still has this other file path already
-f /tmp/dagster-cloud-ciIwmN9b/Dockerfile
a

alex

08/10/2022, 2:34 PM
looking at the source - i am pretty sure this is a bug
:rainbow-daggy: 1
k the fix out in
v0.2.6
if you bump your version it should work
:dagster: 1
y

Yang

08/10/2022, 4:42 PM
oh great, thanks!
yep, it works now! thanks