diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2c6f70..78bdda5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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