Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Sep 24, 2024
1 parent 2983007 commit 7419a67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Release Gnosis DBT
name: Build & Release DBT Cerebro

on:
# pull_request:
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:

- name: Push Latest
run: |
docker build . --tag ghcr.io/${{ steps.org_name.outputs.org_name }}/gnosis-dbt:latest
docker push ghcr.io/${{ steps.org_name.outputs.org_name }}/gnosis-dbt:latest
docker build . --tag ghcr.io/${{ steps.org_name.outputs.org_name }}/dbt-cerebro:latest
docker push ghcr.io/${{ steps.org_name.outputs.org_name }}/dbt-cerebro:latest
- name: Push Versioned
run: |
docker build . --tag ghcr.io/${{ steps.org_name.outputs.org_name }}/gnosis-dbt:${{ steps.commit.outputs.short }}
docker push ghcr.io/${{ steps.org_name.outputs.org_name }}/gnosis-dbt:${{ steps.commit.outputs.short }}
docker build . --tag ghcr.io/${{ steps.org_name.outputs.org_name }}/dbt-cerebro:${{ steps.commit.outputs.short }}
docker push ghcr.io/${{ steps.org_name.outputs.org_name }}/dbt-cerebro:${{ steps.commit.outputs.short }}

0 comments on commit 7419a67

Please sign in to comment.