Skip to content

Commit

Permalink
Update contanerize.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fils authored Nov 4, 2024
1 parent 9ee0855 commit 30ddc83
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/contanerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ 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
branches:
- main
- dev
- dv_dev
- dev_eco
- v0_generated_code
- 133_dev_sitemaps
- 151-integrate-community-stats-codes
- dev_df
tags:
- "v*.*.*"

Expand All @@ -36,7 +33,7 @@ jobs:
steps:
- name: Set variables
run: |
REGISTRY_IMAGE=nsfearthcube/dagster-gleanerio
REGISTRY_IMAGE=fils/dagster-gleanerio
echo "REGISTRY_IMAGE=$REGISTRY_IMAGE" >> $GITHUB_ENV
working-directory: /
- name: Checkout Repo
Expand Down Expand Up @@ -112,7 +109,7 @@ jobs:
file: ./build/Dockerfile_dagster
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 @@ -131,7 +128,7 @@ jobs:
steps:
- name: Set variables
run: |
REGISTRY_IMAGE=nsfearthcube/dagster-gleanerio-${{ matrix.project }}
REGISTRY_IMAGE=fils/dagster-gleanerio-${{ matrix.project }}
echo "REGISTRY_IMAGE=$REGISTRY_IMAGE" >> $GITHUB_ENV
working-directory: /
- name: Checkout Repo
Expand Down Expand Up @@ -169,7 +166,7 @@ jobs:
steps:
- name: Set variables
run: |
REGISTRY_IMAGE=nsfearthcube/dagster-gleanerio-workflows
REGISTRY_IMAGE=fils/dagster-gleanerio-workflows
echo "REGISTRY_IMAGE=$REGISTRY_IMAGE" >> $GITHUB_ENV
working-directory: /
- name: Checkout Repo
Expand Down Expand Up @@ -244,7 +241,7 @@ jobs:
file: ./build/Dockerfile_workflows
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 Down

0 comments on commit 30ddc83

Please sign in to comment.