Skip to content

Commit

Permalink
Add dvc setup and rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 7, 2024
1 parent 5086730 commit f2d7f76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rebuild_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ on:
workflow_dispatch:

jobs:
run-dvc-pipeline:
rebuild-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup DVC
uses: iterative/setup-dvc@v1

- name: Pull data from remote storage
env:
DVC_ACCESS_KEY: ${{ secrets.DVC_ACCESS_KEY }}
Expand Down

0 comments on commit f2d7f76

Please sign in to comment.