Skip to content

Commit

Permalink
Update contanerize_multi.yaml_
Browse files Browse the repository at this point in the history
  • Loading branch information
fils authored Nov 3, 2024
1 parent a8cf792 commit 8b846d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/contanerize_multi.yaml_
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Dockerize Dagster
# dockerbuildandpush pulls the repo.
# overwrites any files created.
on:
workflow_dispatch:
push:
# be wary of using ** for the branch...
# it will fail, and only pull the main branch... which means old code, usually
Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
steps:
- name: Set variables
run: |
REGISTRY_IMAGE=nsfearthcube/dagster-${{ matrix.project }}
REGISTRY_IMAGE=fils/dagster-${{ matrix.project }}
echo "REGISTRY_IMAGE=$REGISTRY_IMAGE" >> $GITHUB_ENV
working-directory: /
- name: Checkout Repo
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
file: ./build/Dockerfile_ci
context: "{{defaultContext}}:dagster/implnets"
#tags: ${{ steps.meta.outputs.tags }}
# tags: nsfearthcube/ec_facets_client:latest
# tags: fils/ec_facets_client:latest
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand All @@ -134,7 +135,7 @@ jobs:
steps:
- name: Set variables
run: |
REGISTRY_IMAGE=nsfearthcube/dagster-${{ matrix.project }}
REGISTRY_IMAGE=fils/dagster-${{ matrix.project }}
echo "REGISTRY_IMAGE=$REGISTRY_IMAGE" >> $GITHUB_ENV
working-directory: /
- name: Download digests
Expand Down

0 comments on commit 8b846d5

Please sign in to comment.