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 13be8d4 commit 3248999
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:

- name: Push Latest
run: |
docker build ./docker --tag ghcr.io/${{ steps.org_name.outputs.org_name }}/gnosis-dbt:latest
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
- name: Push Versioned
run: |
docker build ./docker --tag 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 }}/gnosis-dbt:${{ steps.commit.outputs.short }}
docker push ghcr.io/${{ steps.org_name.outputs.org_name }}/gnosis-dbt:${{ steps.commit.outputs.short }}
File renamed without changes.
File renamed without changes.

0 comments on commit 3248999

Please sign in to comment.