Skip to content

Commit

Permalink
ci(release): set working dir to ./extract
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 11, 2024
1 parent 4059902 commit 0aa8ae9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
fetch-depth: 0

- name: Set current directory to Extract
run: cd extract

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand All @@ -31,7 +28,9 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}

- name: Build Docker images for GHCR
working-directory: ./extract
run: make build_ghcr

- name: Push Docker images to GHCR
working-directory: ./extract
run: make push_ghcr

0 comments on commit 0aa8ae9

Please sign in to comment.