Skip to content

Commit

Permalink
modified: .github/workflows/docker-publish-ods-dlh-project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Jan 22, 2024
1 parent 36c9a46 commit a2b89fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish-ods-dlh-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [ "main" ]

env:
# Abi: bcgov/nr-dbt-project/
# Abi: image name is bcgov/nr-dbt-project/ods_dlh_data_processing:main
REGISTRY: ghcr.io
DBT_PATH: /ods_dlh_data_processing
Expand All @@ -26,8 +25,7 @@ jobs:
uses: actions/checkout@v3
# Abi: this sets the working directory to the specific DBT folder
with:
path: 'path/to/your/folder'

path: ${{ env.DBT_PATH }}

- name: Install cosign
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit a2b89fd

Please sign in to comment.