Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent 9f9ac32 commit 641f94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ runs:
name=$(echo "$element" | jq -r '.name')
tag=$(echo "$element" | jq -r '.tag')
echo "path: $path, name: $name, tag: $tag"
docker build -t ghcr.io/${{ github.actor }}/$name:$tag -f $path $(dirname $dockerfile)
docker build -t ghcr.io/${{ github.actor }}/$name:$tag -f $path $(dirname $path)
done

0 comments on commit 641f94f

Please sign in to comment.