Skip to content

Commit

Permalink
fix: cicd2 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Nov 5, 2024
1 parent 4464385 commit cf95c2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract folder name
shell: bash
run: read -ra strarr <<<"${{ matrix.manifest }}" && echo "folder=${strarr[1]}" >> $GITHUB_OUTPUT
env:
IFS: "/"
run: IFS="/" read -ra strarr <<<"${{ matrix.manifest }}" && echo "folder=${strarr[1]}" >> $GITHUB_OUTPUT
id: extract_folder
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit cf95c2d

Please sign in to comment.