Skip to content

Commit

Permalink
Update dbt-docker-publish-pmt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishreddy01 authored Feb 8, 2024
1 parent d560ac3 commit 491960d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dbt-docker-publish-pmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
branches: [ "main" ]

env:
# Abi: image name is ghcr.io/bcgov/nr-dbt-project-ods-dlh:main
# Vish: image name is ghcr.io/bcgov/nr-dap-dlh-pmt:main
REGISTRY: ghcr.io
DBT_PATH: ods_dlh_data_processing
IMAGE_NAME: ${{ github.repository }}-ods-dlh
DBT_PATH: pmt/dbt/pmt_dbt/
IMAGE_NAME: ${{ github.repository }}-pmt

jobs:
build:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
# Abi: adding this to help the action find the Dockerfile to build from
# Vish: adding this to help the action find the Dockerfile to build from
context: ${{ env.DBT_PATH }}/
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -66,4 +66,4 @@ jobs:
TAGS: ${{ steps.meta.outputs.tags }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}

run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 comments on commit 491960d

Please sign in to comment.